Searched refs:L2CA_SendFixedChnlData (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.cc | 87 struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; variable 233 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() function 236 return test::mock::stack_l2cap_api::L2CA_SendFixedChnlData(fixed_cid, rem_bda, in L2CA_SendFixedChnlData()
|
H A D | mock_main_shim_l2cap_api.cc | 63 struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; variable 196 uint16_t bluetooth::shim::L2CA_SendFixedChnlData(uint16_t cid, in L2CA_SendFixedChnlData() function in bluetooth::shim 200 return test::mock::main_shim_l2cap_api::L2CA_SendFixedChnlData(cid, rem_bda, in L2CA_SendFixedChnlData()
|
H A D | mock_stack_l2cap_api.h | 364 struct L2CA_SendFixedChnlData { struct 375 extern struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; argument
|
H A D | mock_main_shim_l2cap_api.h | 287 struct L2CA_SendFixedChnlData { struct 297 extern struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; argument
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.h | 379 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda,
|
H A D | l2c_api.cc | 1019 uint16_t L2CA_SendFixedChnlData(uint16_t cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() function
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_l2c_api.cc | 162 uint16_t bluetooth::shim::L2CA_SendFixedChnlData(uint16_t cid, in L2CA_SendFixedChnlData() function in bluetooth::shim
|
/aosp12/system/bt/stack/include/ |
H A D | l2c_api.h | 738 extern uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid,
|
/aosp12/system/bt/stack/gatt/ |
H A D | att_protocol.cc | 334 l2cap_ret = L2CA_SendFixedChnlData(lcid, tcb.peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_api.cc | 1261 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() function 1264 return bluetooth::shim::L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_buf); in L2CA_SendFixedChnlData()
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_utils.cc | 348 l2cap_ret = L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_toL2CAP); in smp_send_msg_to_L2CAP()
|