Skip to content

Commit bf6d454

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 3e05f56 commit bf6d454

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
@@ -1708,6 +1708,10 @@ struct bt_conn_cb {
17081708
* In case the err parameter is non-zero it means that the
17091709
* connection establishment failed.
17101710
*
1711+
* This callback runs in the same context in which incoming low priority
1712+
* HCI packets are processed.
1713+
* Refer to @kconfig{CONFIG_BT_RECV_CONTEXT} to check applicable limitations.
1714+
*
17111715
* @note If the connection was established from an advertising set then
17121716
* the advertising set cannot be restarted directly from this
17131717
* callback. Instead use the connected callback of the

0 commit comments

Comments
 (0)