Searched refs:p_toL2CAP (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 353 bool smp_send_msg_to_L2CAP(const RawAddress& rem_bda, BT_HDR* p_toL2CAP) { in smp_send_msg_to_L2CAP() argument 364 p_toL2CAP->data + p_toL2CAP->offset, p_toL2CAP->len, in smp_send_msg_to_L2CAP() 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 | 376 BT_HDR* p_toL2CAP) { in attp_send_msg_to_l2cap() argument 381 l2cap_ret = L2CA_SendFixedChnlData(lcid, tcb.peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap() 384 l2cap_ret = (uint16_t)L2CA_DataWrite(lcid, p_toL2CAP); in attp_send_msg_to_l2cap()
|
D | gatt_int.h | 519 BT_HDR* p_toL2CAP);
|