Home
last modified time | relevance | path

Searched refs:BT_L2CAP_CID_BR_SMP (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h16 #define BT_L2CAP_CID_BR_SMP 0x0007 macro
Dl2cap_br.c477 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/
Dl2cap_internal.h24 #define BT_L2CAP_CID_BR_SMP 0x0007 macro
Dsmp.c712 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,