Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_db.c532 UINT8 *p_buff; in SDP_AddSequence() local
537 if ((p_buff = (UINT8 *) GKI_getbuf(sizeof(UINT8) * SDP_MAX_ATTR_LEN * 2)) == NULL) in SDP_AddSequence()
542 p = p_buff; in SDP_AddSequence()
573 if (p - p_buff > SDP_MAX_ATTR_LEN) in SDP_AddSequence()
577 if(p_head == p_buff) in SDP_AddSequence()
581 GKI_freebuf(p_buff); in SDP_AddSequence()
589 … result = SDP_AddAttribute (handle, attr_id, DATA_ELE_SEQ_DESC_TYPE,(UINT32) (p - p_buff), p_buff); in SDP_AddSequence()
590 GKI_freebuf(p_buff); in SDP_AddSequence()
615 UINT8 *p_buff; in SDP_AddUuidSequence() local
620 if ((p_buff = (UINT8 *) GKI_getbuf(sizeof(UINT8) * SDP_MAX_ATTR_LEN * 2)) == NULL) in SDP_AddUuidSequence()
[all …]
/system/bt/stack/btm/
Dbtm_inq.c2471 tBTM_STATUS BTM_WriteEIR( BT_HDR *p_buff ) in BTM_WriteEIR() argument
2476 btsnd_hcic_write_ext_inquiry_response (p_buff, BTM_EIR_DEFAULT_FEC_REQUIRED); in BTM_WriteEIR()
2481 GKI_freebuf(p_buff); in BTM_WriteEIR()
/system/bt/stack/include/
Dbtm_api.h3750 extern tBTM_STATUS BTM_WriteEIR( BT_HDR * p_buff );