Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1111 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
Dl2cap_api.cc161 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()
Dl2c_utils.cc1643 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()
Dl2c_link.cc987 uint16_t fixed_cid = *it; in l2c_link_send_to_lower() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc193 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/
Dsmp_fuzzer.cc97 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
Dgatt_fuzzer.cc99 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc346 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local