Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2c_api.h1139 extern uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid,
/system/bt/stack/gatt/
Datt_protocol.cc329 l2cap_ret = L2CA_SendFixedChnlData(L2CAP_ATT_CID, tcb.peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
/system/bt/stack/smp/
Dsmp_utils.cc348 l2cap_ret = L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_toL2CAP); in smp_send_msg_to_L2CAP()
/system/bt/stack/l2cap/
Dl2c_api.cc1773 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() function
/system/bt/bta/jv/
Dbta_jv_act.cc1203 L2CA_SendFixedChnlData(channel, addr, msg); in bta_jv_l2cap_write_fixed()