Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_db.cc70 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in sdp_db_service_search()
84 if (xx == p_rec->num_attributes) break; in sdp_db_service_search()
175 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()
318 for (zz = 0; zz < p_rec->num_attributes; zz++) in SDP_DeleteRecord()
397 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in SDP_AddAttribute()
406 if (p_rec->num_attributes == SDP_MAX_REC_ATTR) return (false); in SDP_AddAttribute()
409 if (xx == p_rec->num_attributes) in SDP_AddAttribute()
410 p_attr = &p_rec->attribute[p_rec->num_attributes]; in SDP_AddAttribute()
413 for (yy = p_rec->num_attributes; yy > xx; yy--) in SDP_AddAttribute()
450 p_rec->num_attributes++; in SDP_AddAttribute()
[all …]
Dsdpint.h96 uint16_t num_attributes; member
/system/bt/packet/avrcp/
Dget_element_attributes_packet.cc53 size_t num_attributes = GetNumAttributes(); in IsValid() local
58 return (num_attributes * sizeof(Attribute)) == (size_t)(end() - attr_start); in IsValid()