Searched defs:p_toL2CAP (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/gatt/
H A Datt_protocol.c327 tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP) argument
333 l2cap_ret = L2CA_SendFixedChnlData (L2CAP_ATT_CID, p_tcb->peer_bda, p_toL2CAP);
335 l2cap_ret = (UINT16) L2CA_DataWrite (p_tcb->att_lcid, p_toL2CAP);
340 *((UINT8 *)(p_toL2CAP + 1) + p_toL2CAP->offset));
/system/bt/stack/smp/
H A Dsmp_utils.c284 BOOLEAN smp_send_msg_to_L2CAP(BD_ADDR rem_bda, BT_HDR *p_toL2CAP) argument
297 if ((l2cap_ret = L2CA_SendFixedChnlData (fixed_cid, rem_bda, p_toL2CAP)) == L2CAP_DW_FAILED)
301 *((UINT8 *)(p_toL2CAP + 1) + p_toL2CAP->offset));

Completed in 87 milliseconds