Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c531 UINT8 *p_buff; in SDP_AddSequence() local
536 if ((p_buff = (UINT8 *) osi_malloc(sizeof(UINT8) * SDP_MAX_ATTR_LEN * 2)) == NULL) { in SDP_AddSequence()
540 p = p_buff; in SDP_AddSequence()
569 if (p - p_buff > SDP_MAX_ATTR_LEN) { in SDP_AddSequence()
572 if (p_head == p_buff) { in SDP_AddSequence()
575 osi_free(p_buff); in SDP_AddSequence()
583 …result = SDP_AddAttribute (handle, attr_id, DATA_ELE_SEQ_DESC_TYPE, (UINT32) (p - p_buff), p_buff); in SDP_AddSequence()
584 osi_free(p_buff); in SDP_AddSequence()
609 UINT8 *p_buff; in SDP_AddUuidSequence() local
614 if ((p_buff = (UINT8 *) osi_malloc(sizeof(UINT8) * SDP_MAX_ATTR_LEN * 2)) == NULL) { in SDP_AddUuidSequence()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2394 tBTM_STATUS BTM_WriteEIR( BT_HDR *p_buff, BOOLEAN fec_required) in BTM_WriteEIR() argument
2398 btsnd_hcic_write_ext_inquiry_response (p_buff, fec_required); in BTM_WriteEIR()
2399 osi_free(p_buff); in BTM_WriteEIR()
2402 osi_free(p_buff); in BTM_WriteEIR()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3990 tBTM_STATUS BTM_WriteEIR( BT_HDR *p_buff, BOOLEAN fec_required);