Skip to content

Commit 357427a

Browse files
alwa-nordicfabiobaltieri
authored andcommitted
Bluetooth: GATT: Remove note on flow-control from `bt_gatt_write_without
It's not clear what this note is trying to convey. I assume it's outdated. Signed-off-by: Aleksander Wasaznik <[email protected]>
1 parent eb7b3f6 commit 357427a

File tree

1 file changed

+0
-5
lines changed
  • include/zephyr/bluetooth

1 file changed

+0
-5
lines changed

include/zephyr/bluetooth/gatt.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,11 +1896,6 @@ int bt_gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params);
18961896
* The number of pending callbacks can be increased with the
18971897
* @kconfig{CONFIG_BT_CONN_TX_MAX} option.
18981898
*
1899-
* @note By using a callback it also disable the internal flow control
1900-
* which would prevent sending multiple commands without waiting for
1901-
* their transmissions to complete, so if that is required the caller
1902-
* shall not submit more data until the callback is called.
1903-
*
19041899
* This function will block while the ATT request queue is full, except when
19051900
* called from the BT RX thread, as this would cause a deadlock.
19061901
*

0 commit comments

Comments
 (0)