Searched refs:L2CA_SendFixedChnlData (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 63 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()
|
D | mock_stack_l2cap_api.h | 377 struct L2CA_SendFixedChnlData { struct 387 extern struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; argument
|
D | mock_main_shim_l2cap_api.h | 245 struct L2CA_SendFixedChnlData { struct 255 extern struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; argument
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 94 test::mock::stack_l2cap_api::L2CA_SendFixedChnlData.body = in FakeBtStack() 126 test::mock::stack_l2cap_api::L2CA_SendFixedChnlData = {}; in ~FakeBtStack()
|
D | gatt_fuzzer.cc | 94 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/ |
D | l2c_api.h | 361 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda,
|
/packages/modules/Bluetooth/system/stack/arbiter/ |
D | acl_arbiter.cc | 119 if (L2CA_SendFixedChnlData(L2CAP_ATT_CID, p_tcb->peer_bda, p_buf) != in SendPacketToPeer()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 812 [[nodiscard]] uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid,
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 370 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/ |
D | att_protocol.cc | 381 l2cap_ret = L2CA_SendFixedChnlData(lcid, tcb.peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1290 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() function
|