Skip to content

Commit 0f56b92

Browse files
committed
Bluetooth: Host: Amend connected() callback documentation
Mention that this callback runs in the same context in which incoming low priority HCI packets are processed. Signed-off-by: Christophe Dufaza <[email protected]>
1 parent 64e7c07 commit 0f56b92

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

include/zephyr/bluetooth/conn.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,10 @@ struct bt_conn_cb {
18051805
* In case the err parameter is non-zero it means that the
18061806
* connection establishment failed.
18071807
*
1808+
* This callback runs in the same context in which incoming low priority
1809+
* HCI packets are processed.
1810+
* Refer to @kconfig{CONFIG_BT_RECV_CONTEXT} to check applicable limitations.
1811+
*
18081812
* @note If the connection was established from an advertising set then
18091813
* the advertising set cannot be restarted directly from this
18101814
* callback. Instead use the connected callback of the

0 commit comments

Comments
 (0)