Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h143 #define L2CAP_SMP_BR_CID 7 macro
169 #define L2CAP_FIXED_CHNL_SMP_BR_BIT (1 << L2CAP_SMP_BR_CID)
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c88 L2CA_RegisterFixedChannel (L2CAP_SMP_BR_CID, &fixed_reg); in smp_l2cap_if_init()
Dsmp_api.c208 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_BR_CID, bd_addr, BLE_ADDR_UNKNOWN_TYPE, 0)) { in SMP_BR_PairWith()
Dsmp_utils.c326 fixed_cid = L2CAP_SMP_BR_CID; in smp_send_msg_to_L2CAP()
930 L2CA_RemoveFixedChnl (L2CAP_SMP_BR_CID, p_cb->pairing_bda); in smp_remove_fixed_channel()