HomeSort by relevance Sort by last modified time
    Searched refs:attr_seq (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdp_server.c 308 tSDP_ATTR_SEQ attr_seq, attr_seq_sav; local
333 p_req = sdpu_extract_attr_seq (p_req, param_len, &attr_seq);
335 if ((!p_req) || (!attr_seq.num_attr) || (p_req > p_req_end))
341 memcpy(&attr_seq_sav, &attr_seq, sizeof(tSDP_ATTR_SEQ)) ;
376 attr_seq.attr_entry[p_ccb->cont_info.next_attr_index].start = p_ccb->cont_info.next_attr_start_id;
401 for (xx = p_ccb->cont_info.next_attr_index; xx < attr_seq.num_attr; xx++)
403 p_attr = sdp_db_find_attr_in_rec (p_rec, attr_seq.attr_entry[xx].start, attr_seq.attr_entry[xx].end);
452 if (attr_seq.attr_entry[xx].start != attr_seq.attr_entry[xx].end
562 tSDP_ATTR_SEQ attr_seq, attr_seq_sav; local
    [all...]
sdp_utils.c 851 UINT16 sdpu_get_list_len(tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq)
861 len1 = sdpu_get_attrib_seq_len(p_rec, attr_seq );
881 UINT16 sdpu_get_attrib_seq_len(tSDP_RECORD *p_rec, tSDP_ATTR_SEQ *attr_seq)
889 for (xx = 0; xx < attr_seq->num_attr; xx++)
893 start_id = attr_seq->attr_entry[xx].start;
894 end_id = attr_seq->attr_entry[xx].end;
sdpint.h 295 extern UINT16 sdpu_get_list_len( tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq );
296 extern UINT16 sdpu_get_attrib_seq_len(tSDP_RECORD *p_rec, tSDP_ATTR_SEQ *attr_seq);

Completed in 48 milliseconds