Searched refs:L2CAP_SMP_CID (Results 1 – 6 of 6) sorted by relevance
185 L2CAP_SMP_CID = 6, enumerator205 #define L2CAP_FIXED_CHNL_SMP_BIT (1 << L2CAP_SMP_CID)
46 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in l2c_get_transport_from_fixed_cid()1108 case L2CAP_SMP_CID: in fixed_channel_text()1172 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_ConnectFixedChnl()1270 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_SendFixedChnlData()1386 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) in L2CA_RemoveFixedChnl()
1129 (xx <= L2CAP_SMP_CID - L2CAP_FIRST_FIXED_CHNL)) in l2cu_send_peer_info_rsp()1586 p_ccb->local_cid == L2CAP_SMP_CID) in l2cu_release_ccb()2538 channel_id >= L2CAP_ATT_CID && channel_id <= L2CAP_SMP_CID) in l2cu_process_fixed_chnl_resp()
70 L2CA_RegisterFixedChannel(L2CAP_SMP_CID, &fixed_reg); in smp_l2cap_if_init()
337 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP()358 if (fixed_cid == L2CAP_SMP_CID) { in smp_send_msg_to_L2CAP()901 L2CA_RemoveFixedChnl(L2CAP_SMP_CID, p_cb->pairing_bda); in smp_remove_fixed_channel()
160 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_CID, bd_addr)) { in SMP_Pair()