Searched defs:fixed_cid (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1112 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
|
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() 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()
|
D | l2c_link.cc | 1071 uint16_t fixed_cid = *it; in l2c_link_send_to_lower() local
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/ |
H A D | l2cap_signaling_channel.cc | 32 uint16_t fixed_cid) in L2capSignalingChannel()
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/ |
D | facade.proto | 23 uint32 fixed_cid = 2; field
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
|
D | gatt_fuzzer.cc | 102 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack()
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/ |
D | facade.proto | 99 uint32 fixed_cid = 2; field
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 345 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local
|