Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1112 static std::string fixed_channel_text(const uint16_t& fixed_cid) { in fixed_channel_text()
1133 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel()
1156 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl()
1261 tL2CAP_DW_RESULT L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData()
1360 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
1788 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()
1657 bool l2cu_fixed_channel_suspended(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_fixed_channel_suspended()
1665 void l2cu_fixed_channel_data_cb(tL2C_LCB* p_lcb, uint16_t fixed_cid, BT_HDR* p_buf) { in l2cu_fixed_channel_data_cb()
2708 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
Dl2c_link.cc1071 uint16_t fixed_cid = *it; in l2c_link_send_to_lower() local
/aosp_15_r20/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()
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dl2cap_signaling_channel.cc32 uint16_t fixed_cid) in L2capSignalingChannel()
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/
Dfacade.proto23 uint32 fixed_cid = 2; field
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
Dgatt_fuzzer.cc102 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/
Dfacade.proto99 uint32 fixed_cid = 2; field
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc345 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local