Home
last modified time | relevance | path

Searched refs:L2CA_SendFixedChnlData (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc63 struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; variable
219 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() function
222 return test::mock::stack_l2cap_api::L2CA_SendFixedChnlData(fixed_cid, rem_bda, in L2CA_SendFixedChnlData()
Dmock_stack_l2cap_api.h377 struct L2CA_SendFixedChnlData { struct
387 extern struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; argument
Dmock_main_shim_l2cap_api.h245 struct L2CA_SendFixedChnlData { struct
255 extern struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; argument
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc94 test::mock::stack_l2cap_api::L2CA_SendFixedChnlData.body = in FakeBtStack()
126 test::mock::stack_l2cap_api::L2CA_SendFixedChnlData = {}; in ~FakeBtStack()
Dgatt_fuzzer.cc94 test::mock::stack_l2cap_api::L2CA_SendFixedChnlData.body = in FakeBtStack()
130 test::mock::stack_l2cap_api::L2CA_SendFixedChnlData = {}; in ~FakeBtStack()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h361 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda,
/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.cc119 if (L2CA_SendFixedChnlData(L2CAP_ATT_CID, p_tcb->peer_bda, p_buf) != in SendPacketToPeer()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h812 [[nodiscard]] uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid,
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc370 l2cap_ret = L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_toL2CAP); in smp_send_msg_to_L2CAP()
380 l2cap_ret = L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_toL2CAP); in smp_send_msg_to_L2CAP()
/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc381 l2cap_ret = L2CA_SendFixedChnlData(lcid, tcb.peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1290 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() function