Searched defs:fixed_cid (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1111 static std::string fixed_channel_text(const uint16_t& fixed_cid) { in fixed_channel_text() 1132 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() 1155 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 1267 tL2CAP_DW_RESULT L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 1366 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() 1820 for (auto fixed_cid : lcb.suspended) { in L2CA_Dumpsys() local
|
D | l2cap_api.cc | 161 uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() 165 [[nodiscard]] bool bluetooth::stack::l2cap::Impl::L2CA_ConnectFixedChnl(uint16_t fixed_cid, in L2CA_ConnectFixedChnl() 171 uint16_t fixed_cid, const RawAddress& rem_bda, BT_HDR* p_buf) { in L2CA_SendFixedChnlData() 175 [[nodiscard]] bool bluetooth::stack::l2cap::Impl::L2CA_RemoveFixedChnl(uint16_t fixed_cid, in L2CA_RemoveFixedChnl()
|
D | l2c_utils.cc | 1643 void l2cu_fixed_channel_restore(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_fixed_channel_restore() 1654 bool l2cu_fixed_channel_suspended(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_fixed_channel_suspended() 1659 void l2cu_fixed_channel_data_cb(tL2C_LCB* p_lcb, uint16_t fixed_cid, BT_HDR* p_buf) { in l2cu_fixed_channel_data_cb() 2702 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
|
D | l2c_link.cc | 987 uint16_t fixed_cid = *it; in l2c_link_send_to_lower() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 193 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() 197 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 201 tL2CAP_DW_RESULT L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 206 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 97 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
|
D | gatt_fuzzer.cc | 99 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 346 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local
|