HomeSort by relevance Sort by last modified time
    Searched defs:p_buff (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 541 UINT8 *p_buff; local
546 if ((p_buff = (UINT8 *) GKI_getbuf(sizeof(UINT8) * SDP_MAX_ATTR_LEN * 2)) == NULL)
551 p = p_buff;
582 if (p - p_buff > SDP_MAX_ATTR_LEN)
586 if(p_head == p_buff)
590 GKI_freebuf(p_buff);
598 result = SDP_AddAttribute (handle, attr_id, DATA_ELE_SEQ_DESC_TYPE,(UINT32) (p - p_buff), p_buff);
599 GKI_freebuf(p_buff);
624 UINT8 *p_buff; local
673 UINT8 *p_buff; local
710 UINT8 *p_buff; local
761 UINT8 *p_buff; local
810 UINT8 *p_buff; local
859 UINT8 *p_buff; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 114 UINT8 *p_buff, *p; local
124 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL)
126 p = p_buff;
165 nfc_hal_dm_send_nci_cmd (p_buff, cmd_len, p_cback);
172 GKI_freebuf (p_buff);
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 150 UINT8 *p_buff; /* buffer for NDEF message */ member in struct:__anon10341
157 UINT8 *p_buff; /* buffer for NDEF message */ member in struct:__anon10342

Completed in 852 milliseconds