Lines Matching refs:attr_id
398 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, in SDP_AddAttribute() argument
424 handle,attr_id,attr_type,attr_len,p_val,num_array); in SDP_AddAttribute()
429 handle,attr_id,attr_type,attr_len,p_val,*p_val); in SDP_AddAttribute()
434 handle,attr_id,attr_type,attr_len,p_val,p_val); in SDP_AddAttribute()
450 if (p_attr->id == attr_id) in SDP_AddAttribute()
452 SDP_DeleteAttribute (handle, attr_id); in SDP_AddAttribute()
455 if (p_attr->id > attr_id) in SDP_AddAttribute()
472 p_attr->id = attr_id; in SDP_AddAttribute()
503 attr_id, attr_len ); in SDP_AddAttribute()
511 attr_id == ATTR_ID_EXT_BRCM_VERSION) in SDP_AddAttribute()
536 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem, in SDP_AddSequence() argument
598 … result = SDP_AddAttribute (handle, attr_id, DATA_ELE_SEQ_DESC_TYPE,(UINT32) (p - p_buff), p_buff); in SDP_AddSequence()
619 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids, in SDP_AddUuidSequence() argument
649 … result = SDP_AddAttribute (handle, attr_id, DATA_ELE_SEQ_DESC_TYPE,(UINT32) (p - p_buff), p_buff); in SDP_AddUuidSequence()
896 BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id) in SDP_DeleteAttribute() argument
911 SDP_TRACE_API("Deleting attr_id 0x%04x for handle 0x%x", attr_id, handle); in SDP_DeleteAttribute()
915 if (p_attr->id == attr_id) in SDP_DeleteAttribute()