We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7b3f6 commit 357427aCopy full SHA for 357427a
include/zephyr/bluetooth/gatt.h
@@ -1896,11 +1896,6 @@ int bt_gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params);
1896
* The number of pending callbacks can be increased with the
1897
* @kconfig{CONFIG_BT_CONN_TX_MAX} option.
1898
*
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
- *
1904
* This function will block while the ATT request queue is full, except when
1905
* called from the BT RX thread, as this would cause a deadlock.
1906
0 commit comments