Home
last modified time | relevance | path

Searched refs:BT_L2CAP_CID_SMP (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dsmp_null.c101 BT_L2CAP_CHANNEL_DEFINE(smp_fixed_chan, BT_L2CAP_CID_SMP, bt_smp_accept, NULL);
Dl2cap_internal.h23 #define BT_L2CAP_CID_SMP 0x0006 macro
Dsmp.c694 chan = bt_l2cap_le_lookup_tx_cid(conn, BT_L2CAP_CID_SMP); in smp_check_complete()
2773 chan = bt_l2cap_le_lookup_rx_cid(conn, BT_L2CAP_CID_SMP); in smp_chan_get()
6078 BT_L2CAP_CHANNEL_DEFINE(smp_fixed_chan, BT_L2CAP_CID_SMP, bt_smp_accept, NULL);