Searched defs:fixed_cid (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.cc | 101 tBT_TRANSPORT l2c_get_transport_from_fixed_cid(uint16_t fixed_cid) { in l2c_get_transport_from_fixed_cid() 223 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel() 229 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 233 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 239 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
|
H A D | mock_stack_l2cap_utils.cc | 53 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_api.cc | 45 tBT_TRANSPORT l2c_get_transport_from_fixed_cid(uint16_t fixed_cid) { in l2c_get_transport_from_fixed_cid() 1096 static std::string fixed_channel_text(const uint16_t& fixed_cid) { in fixed_channel_text() 1117 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel() 1147 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 1261 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 1368 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
|
H A D | l2c_utils.cc | 2405 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
|
/aosp12/system/bt/stack/test/ |
H A D | gatt_connection_manager_test.cc | 69 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl()
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_utils.cc | 337 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local
|