Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_browsing_controller.c310 uint16_t attribute_total_value_len; in avrcp_browsing_parser_process_byte() local
317 attribute_total_value_len = big_endian_read_16(connection->parser_attribute_header, 1); in avrcp_browsing_parser_process_byte()
319 …connection->parsed_attribute_value_len = btstack_min(attribute_total_value_len, AVRCP_MAX_ATTRIBUT… in avrcp_browsing_parser_process_byte()
H A Davrcp_controller.c485 uint16_t attribute_total_value_len; in avrcp_parser_process_byte() local
494 attribute_total_value_len = big_endian_read_16(connection->parser_attribute_header, 6); in avrcp_parser_process_byte()
495 …connection->attribute_value_len = btstack_min(attribute_total_value_len, AVRCP_MAX_ATTRIBUTE_SIZE); in avrcp_parser_process_byte()
519 attribute_total_value_len = big_endian_read_16(connection->parser_attribute_header, 6); in avrcp_parser_process_byte()
520 if (connection->attribute_value_offset < attribute_total_value_len){ in avrcp_parser_process_byte()
533 attribute_total_value_len = big_endian_read_16(connection->parser_attribute_header, 6); in avrcp_parser_process_byte()
534 if (connection->attribute_value_offset < attribute_total_value_len) return; in avrcp_parser_process_byte()