Searched refs:BT_L2CAP_CID_BR_SMP (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 16 #define BT_L2CAP_CID_BR_SMP 0x0007 macro
|
D | l2cap_br.c | 477 if (l2cap->info_fixed_chan & BIT(BT_L2CAP_CID_BR_SMP)) { in connect_optional_fixed_channels() 481 BT_L2CAP_CID_BR_SMP); in connect_optional_fixed_channels()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap_internal.h | 24 #define BT_L2CAP_CID_BR_SMP 0x0007 macro
|
D | smp.c | 712 chan = bt_l2cap_br_lookup_tx_cid(conn, BT_L2CAP_CID_BR_SMP); in smp_check_complete() 882 int err = bt_l2cap_br_send_cb(smp->chan.chan.conn, BT_L2CAP_CID_BR_SMP, buf, cb, NULL); in smp_br_send() 1478 if (bt_l2cap_br_send_cb(smp->chan.chan.conn, BT_L2CAP_CID_BR_SMP, buf, in smp_br_error() 1589 chan = bt_l2cap_br_lookup_rx_cid(conn, BT_L2CAP_CID_BR_SMP); in smp_br_chan_get() 1607 if (!(remote_fixed_chan & BIT(BT_L2CAP_CID_BR_SMP))) { in bt_smp_br_send_pairing_req() 6080 BT_L2CAP_BR_CHANNEL_DEFINE(smp_br_fixed_chan, BT_L2CAP_CID_BR_SMP,
|