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