Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dl2cdefs.h276 L2CAP_SMP_CID = 6, enumerator
288 CASE_RETURN_STRING_HEX04(L2CAP_SMP_CID); in l2cap_cid_fixed_text()
310 #define L2CAP_FIXED_CHNL_SMP_BIT (1 << L2CAP_SMP_CID)
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_l2c.cc77 if (!L2CA_RegisterFixedChannel(L2CAP_SMP_CID, &fixed_reg)) { in smp_l2cap_if_init()
79 L2CAP_SMP_CID); in smp_l2cap_if_init()
252 if (cid == L2CAP_SMP_CID) { in smp_tx_complete_callback()
Dsmp_utils.cc355 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP()
391 if (fixed_cid == L2CAP_SMP_CID) { in smp_send_msg_to_L2CAP()
957 if (!L2CA_RemoveFixedChnl(L2CAP_SMP_CID, p_cb->pairing_bda)) { in smp_remove_fixed_channel()
959 p_cb->pairing_bda, L2CAP_SMP_CID); in smp_remove_fixed_channel()
Dsmp_api.cc103 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_CID, bd_addr)) { in SMP_Pair()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc101 if (fixed_cid == L2CAP_SMP_CID) { in FakeBtStack()
201 cid = L2CAP_SMP_CID; in Fuzz()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc63 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in l2c_get_transport_from_fixed_cid()
1144 case L2CAP_SMP_CID: in fixed_channel_text()
1199 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_ConnectFixedChnl()
1295 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_SendFixedChnlData()
1408 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_RemoveFixedChnl()
Dl2c_utils.cc1127 (xx <= L2CAP_SMP_CID - L2CAP_FIRST_FIXED_CHNL)) in l2cu_send_peer_info_rsp()
1614 p_ccb->local_cid == L2CAP_SMP_CID) in l2cu_release_ccb()
2814 channel_id >= L2CAP_ATT_CID && channel_id <= L2CAP_SMP_CID) in l2cu_process_fixed_chnl_resp()