Lines Matching refs:num_attribute
310 static bt_status_t get_metadata_attribute_cmd(uint8_t num_attribute,
313 static bt_status_t get_element_attribute_cmd(uint8_t num_attribute,
317 uint8_t num_attribute,
4707 uint8_t num_attribute, in get_item_attribute_cmd() argument
5061 static bt_status_t get_metadata_attribute_cmd(uint8_t num_attribute, in get_metadata_attribute_cmd() argument
5065 num_attribute, p_attr_ids[0]); in get_metadata_attribute_cmd()
5070 AVRC_SCOPE_NOW_PLAYING, num_attribute, in get_metadata_attribute_cmd()
5075 return get_element_attribute_cmd(num_attribute, p_attr_ids, p_dev); in get_metadata_attribute_cmd()
5087 static bt_status_t get_element_attribute_cmd(uint8_t num_attribute, in get_element_attribute_cmd() argument
5091 num_attribute, p_attr_ids[0]); in get_element_attribute_cmd()
5096 avrc_cmd.get_elem_attrs.num_attr = num_attribute; in get_element_attribute_cmd()
5098 for (int count = 0; count < num_attribute; count++) { in get_element_attribute_cmd()