Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_api.cc87 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 Dmock_main_shim_l2cap_api.cc63 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 Dmock_stack_l2cap_api.h364 struct L2CA_SendFixedChnlData { struct
375 extern struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; argument
H A Dmock_main_shim_l2cap_api.h287 struct L2CA_SendFixedChnlData { struct
297 extern struct L2CA_SendFixedChnlData L2CA_SendFixedChnlData; argument
/aosp12/system/bt/main/shim/
H A Dl2c_api.h379 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda,
H A Dl2c_api.cc1019 uint16_t L2CA_SendFixedChnlData(uint16_t cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() function
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc162 uint16_t bluetooth::shim::L2CA_SendFixedChnlData(uint16_t cid, in L2CA_SendFixedChnlData() function in bluetooth::shim
/aosp12/system/bt/stack/include/
H A Dl2c_api.h738 extern uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid,
/aosp12/system/bt/stack/gatt/
H A Datt_protocol.cc334 l2cap_ret = L2CA_SendFixedChnlData(lcid, tcb.peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc1261 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 Dsmp_utils.cc348 l2cap_ret = L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_toL2CAP); in smp_send_msg_to_L2CAP()