Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_db.cc75 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in sdp_db_service_search()
89 if (xx == p_rec->num_attributes) break; in sdp_db_service_search()
180 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()
323 for (zz = 0; zz < p_rec->num_attributes; zz++) in SDP_DeleteRecord()
402 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) { in SDP_AddAttribute()
411 if (p_rec->num_attributes == SDP_MAX_REC_ATTR) return (false); in SDP_AddAttribute()
414 if (xx == p_rec->num_attributes) in SDP_AddAttribute()
415 p_attr = &p_rec->attribute[p_rec->num_attributes]; in SDP_AddAttribute()
418 for (yy = p_rec->num_attributes; yy > xx; yy--) in SDP_AddAttribute()
455 p_rec->num_attributes++; in SDP_AddAttribute()
[all …]
Dsdpint.h123 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()