Home
last modified time | relevance | path

Searched refs:L2CAP_SMP_CID (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h142 #define L2CAP_SMP_CID 6 macro
166 #define L2CAP_FIXED_CHNL_SMP_BIT (1 << L2CAP_SMP_CID)
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c81 L2CA_RegisterFixedChannel (L2CAP_SMP_CID, &fixed_reg); in smp_l2cap_if_init()
230 if (cid == L2CAP_SMP_CID) { in smp_tx_complete_callback()
Dsmp_api.c164 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_CID, bd_addr, BLE_ADDR_UNKNOWN_TYPE, FALSE)) { in SMP_Pair()
Dsmp_utils.c323 UINT16 fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP()
932 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda); in smp_remove_fixed_channel()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1674 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) { in L2CA_ConnectFixedChnl()
1773 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) { in L2CA_SendFixedChnlData()
1832 …p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent && fixed_cid != L2CAP_SMP_CID) { in L2CA_SendFixedChnlData()
1912 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) { in L2CA_RemoveFixedChnl()
1975 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) { in L2CA_SetFixedChannelTout()
Dl2c_utils.c2836 xx + L2CAP_FIRST_FIXED_CHNL <= L2CAP_SMP_CID) { in l2cu_process_fixed_chnl_resp()