Home
last modified time | relevance | path

Searched refs:BT_L2CAP_CHANNEL_DEFINE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dsmp_null.c101 BT_L2CAP_CHANNEL_DEFINE(smp_fixed_chan, BT_L2CAP_CID_SMP, bt_smp_accept, NULL);
Dl2cap_internal.h163 #define BT_L2CAP_CHANNEL_DEFINE(_name, _cid, _accept, _destroy) \ macro
Dl2cap.c2789 BT_L2CAP_CHANNEL_DEFINE(le_fixed_chan, BT_L2CAP_CID_LE_SIG, l2cap_accept, NULL);
Datt.c3477 BT_L2CAP_CHANNEL_DEFINE(z_att_fixed_chan, BT_L2CAP_CID_ATT, bt_att_accept, NULL);
Dsmp.c6037 BT_L2CAP_CHANNEL_DEFINE(smp_fixed_chan, BT_L2CAP_CID_SMP, bt_smp_accept, NULL);