Home
last modified time | relevance | path

Searched refs:parsed_num_attributes (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Davrcp_browsing_controller.c303 connection->parsed_num_attributes = 0; in avrcp_parser_reset()
334 connection->parsed_num_attributes++; in avrcp_browsing_parser_process_byte()
338 if (connection->parsed_num_attributes == connection->num_items){ in avrcp_browsing_parser_process_byte()
351 connection->parsed_num_attributes++; in avrcp_browsing_parser_process_byte()
355 if (connection->parsed_num_attributes == connection->num_items){ in avrcp_browsing_parser_process_byte()
H A Davrcp.h615 uint8_t parsed_num_attributes; member