Searched defs:fixed_cid (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 93 tBT_TRANSPORT l2c_get_transport_from_fixed_cid(uint16_t fixed_cid) { in l2c_get_transport_from_fixed_cid() 224 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel() 230 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 234 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 240 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
|
D | mock_stack_l2cap_utils.cc | 52 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 60 tBT_TRANSPORT l2c_get_transport_from_fixed_cid(uint16_t fixed_cid) { in l2c_get_transport_from_fixed_cid() 1221 static std::string fixed_channel_text(const uint16_t& fixed_cid) { in fixed_channel_text() 1242 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel() 1272 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 1396 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 1503 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
|
D | l2c_utils.cc | 2647 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
|
/packages/modules/Bluetooth/system/gd/metrics/ |
D | utils.cc | 48 os::LeConnectionType GetLeConnectionTypeFromCID(int fixed_cid) { in GetLeConnectionTypeFromCID()
|
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/ |
D | facade.proto | 23 uint32 fixed_cid = 2; field
|
/packages/modules/Bluetooth/system/stack/test/ |
D | gatt_connection_manager_test.cc | 86 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl()
|
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/ |
D | facade.proto | 99 uint32 fixed_cid = 2; field
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 349 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local
|