Home
last modified time | relevance | path

Searched defs:fixed_cid (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc82 tBT_TRANSPORT l2c_get_transport_from_fixed_cid(uint16_t fixed_cid) { in l2c_get_transport_from_fixed_cid()
209 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel()
215 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl()
219 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData()
225 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc62 tBT_TRANSPORT l2c_get_transport_from_fixed_cid(uint16_t fixed_cid) { in l2c_get_transport_from_fixed_cid()
1132 static std::string fixed_channel_text(const uint16_t& fixed_cid) { in fixed_channel_text()
1153 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel()
1178 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl()
1290 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData()
1394 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
Dl2c_utils.cc2662 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
/packages/modules/Bluetooth/system/gd/metrics/
Dutils.cc48 os::LeConnectionType GetLeConnectionTypeFromCID(int fixed_cid) { in GetLeConnectionTypeFromCID()
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/
Dfacade.proto23 uint32 fixed_cid = 2; field
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
Dgatt_fuzzer.cc100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
/packages/modules/Bluetooth/system/stack/test/
Dgatt_connection_manager_test.cc80 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl()
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/
Dfacade.proto99 uint32 fixed_cid = 2; field
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc355 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local