Searched refs:p_buff (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c541 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/src/nfa/include/
H A Dnfa_snep_api.h151 UINT8 *p_buff; /* buffer for NDEF message */ member in struct:__anon24074
158 UINT8 *p_buff; /* buffer to free */ member in struct:__anon24075
165 UINT8 *p_buff; /* buffer for NDEF message */ member in struct:__anon24076
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c1345 char *nfa_hciu_get_type_inst_names (UINT8 pipe, UINT8 type, UINT8 inst, char *p_buff) argument
1349 xx = sprintf (p_buff, "Type: %s [0x%02x] ", nfa_hciu_type_2_str (type), type);
1354 sprintf (&p_buff[xx], "Inst: %s [0x%02x] ", nfa_hciu_instr_2_str (inst), inst);
1357 sprintf (&p_buff[xx], "Evt: %s [0x%02x] ", nfa_hciu_evt_2_str (pipe, inst), inst);
1360 sprintf (&p_buff[xx], "Resp: %s [0x%02x] ", nfa_hciu_get_response_name (inst), inst);
1363 sprintf (&p_buff[xx], "Inst: %u ", inst);
1366 return (p_buff);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c106 UINT8 *p_buff, *p; local
116 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL)
118 p = p_buff;
157 nfc_hal_dm_send_nci_cmd (p_buff, cmd_len, p_cback);
164 GKI_freebuf (p_buff);
H A Dnfc_hal_prm.c615 UINT8 *p_buff, *p, *p_end; local
628 if ((p_buff = (UINT8 *) GKI_getbuf(cmd_len)) == NULL)
635 p = p_buff;
646 nfc_hal_dm_send_nci_cmd(p_buff, cmd_len, nfc_hal_prm_nci_command_complete_cback);
647 GKI_freebuf (p_buff);
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c354 BT_HDR *p_buff; local
405 p_buff = (BT_HDR*) GKI_getbuf ((UINT16) (length + BT_HDR_SIZE));
407 if (p_buff)
409 p_buff->offset = 0;
410 p_buff->len = length;
412 memcpy ((p_buff + 1), p, length);
416 rw_data.i93_data.p_data = p_buff;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h512 extern char *nfa_hciu_get_type_inst_names (UINT8 pipe, UINT8 type, UINT8 inst, char *p_buff);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c2911 ** Parameters p_buff - allocated HCI command buffer including extended
2918 tBTM_STATUS BTM_WriteEIR( BT_HDR *p_buff )
2924 btsnd_hcic_write_ext_inquiry_response (p_buff, BTM_EIR_DEFAULT_FEC_REQUIRED);
2929 GKI_freebuf(p_buff);
2933 GKI_freebuf(p_buff);
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h4301 ** Parameters p_buff - allocated HCI command buffer including extended
4308 BTM_API extern tBTM_STATUS BTM_WriteEIR( BT_HDR * p_buff );

Completed in 345 milliseconds