Searched refs:BT_L2CAP_CHANNEL_DEFINE (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | smp_null.c | 101 BT_L2CAP_CHANNEL_DEFINE(smp_fixed_chan, BT_L2CAP_CID_SMP, bt_smp_accept, NULL);
|
D | l2cap_internal.h | 163 #define BT_L2CAP_CHANNEL_DEFINE(_name, _cid, _accept, _destroy) \ macro
|
D | l2cap.c | 2789 BT_L2CAP_CHANNEL_DEFINE(le_fixed_chan, BT_L2CAP_CID_LE_SIG, l2cap_accept, NULL);
|
D | att.c | 3477 BT_L2CAP_CHANNEL_DEFINE(z_att_fixed_chan, BT_L2CAP_CID_ATT, bt_att_accept, NULL);
|
D | smp.c | 6037 BT_L2CAP_CHANNEL_DEFINE(smp_fixed_chan, BT_L2CAP_CID_SMP, bt_smp_accept, NULL);
|