Home
last modified time | relevance | path

Searched refs:p_toL2CAP (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/gatt/
Datt_protocol.cc325 tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB& tcb, BT_HDR* p_toL2CAP) { in attp_send_msg_to_l2cap() argument
329 l2cap_ret = L2CA_SendFixedChnlData(L2CAP_ATT_CID, tcb.peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
331 l2cap_ret = (uint16_t)L2CA_DataWrite(tcb.att_lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
Dgatt_int.h425 extern tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB& tcb, BT_HDR* p_toL2CAP);
/system/bt/stack/smp/
Dsmp_utils.cc334 bool smp_send_msg_to_L2CAP(const RawAddress& rem_bda, BT_HDR* p_toL2CAP) { in smp_send_msg_to_L2CAP() argument
346 p_toL2CAP->data + p_toL2CAP->offset, p_toL2CAP->len); in smp_send_msg_to_L2CAP()
348 l2cap_ret = L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_toL2CAP); in smp_send_msg_to_L2CAP()