Skip to content

Commit 4bebdf2

Browse files
missing word
Co-authored-by: Vincent Coubard <[email protected]>
1 parent 6e21b24 commit 4bebdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/connectivity/bluetooth/Optimising_for_performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ retransmissions (this is only related to data length, ATT_MTU does not affect th
150150

151151
GATT client writes and GATT server updates come in two versions - with and without confirmation. Requiring confirmations
152152
limits the throughput severely so to maximise throughput you can move reliability up from the stack to your application.
153-
Without confirmations more than a single Peripheral <=> Central data exchange can be made per connection. With
153+
Without confirmations more than a single Peripheral <=> Central data exchange can be made per connection event. With
154154
confirmations, the connection event ends when the peripheral replies as it needs to prepare the acknowledgement which
155155
will be sent possibly in the next event.
156156

0 commit comments

Comments
 (0)