Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dl2cdefs.h132 #define L2CAP_SMP_CID 6 macro
143 #define L2CAP_FIXED_CHNL_SMP_BIT (1 << L2CAP_SMP_CID) /* BLE Security Manager Sup…
/external/bluetooth/bluedroid/stack/smp/
Dsmp_utils.c92 if ((l2cap_ret = L2CA_SendFixedChnlData (L2CAP_SMP_CID, rem_bda, p_toL2CAP)) == L2CAP_DW_FAILED) in smp_send_msg_to_L2CAP()
565 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda); in smp_reset_control_value()
575 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda); in smp_reset_control_value()
Dsmp_l2c.c65 L2CA_RegisterFixedChannel (L2CAP_SMP_CID, &fixed_reg); in smp_l2cap_if_init()
Dsmp_api.c146 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_CID, bd_addr)) in SMP_Pair()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c1341 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_ConnectFixedChnl()
1431 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_SendFixedChnlData()
1537 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_RemoveFixedChnl()
1600 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_SetFixedChannelTout()
Dl2c_utils.c2839 xx + L2CAP_FIRST_FIXED_CHNL <= L2CAP_SMP_CID) in l2cu_process_fixed_chnl_resp()