Home
last modified time | relevance | path

Searched refs:parser_attribute_header (Results 1 – 4 of 4) sorted by relevance

/btstack/src/classic/
H A Davrcp_browsing_controller.c314 connection->parser_attribute_header[connection->parser_attribute_header_pos++] = byte; in avrcp_browsing_parser_process_byte()
317 attribute_total_value_len = big_endian_read_16(connection->parser_attribute_header, 1); in avrcp_browsing_parser_process_byte()
318 …value[connection->parsed_attribute_value_offset++] = connection->parser_attribute_header[0]; // … in avrcp_browsing_parser_process_byte()
328 …ction->parsed_attribute_value_offset < big_endian_read_16(connection->parser_attribute_header, 1)){ in avrcp_browsing_parser_process_byte()
346 …>parsed_attribute_value_offset < (big_endian_read_16(connection->parser_attribute_header, 1) + pre… in avrcp_browsing_parser_process_byte()
H A Davrcp.h610 uint8_t parser_attribute_header[AVRCP_BROWSING_ITEM_HEADER_LEN]; member
706 uint8_t parser_attribute_header[AVRCP_ATTRIBUTE_HEADER_LEN]; member
H A Davrcp_controller.c489 connection->parser_attribute_header[connection->parser_attribute_header_pos++] = byte; in avrcp_parser_process_byte()
494 attribute_total_value_len = big_endian_read_16(connection->parser_attribute_header, 6); in avrcp_parser_process_byte()
503 attribute_id = big_endian_read_32(connection->parser_attribute_header, 0); in avrcp_parser_process_byte()
516 attribute_id = big_endian_read_32(connection->parser_attribute_header, 0); in avrcp_parser_process_byte()
519 attribute_total_value_len = big_endian_read_16(connection->parser_attribute_header, 6); in avrcp_parser_process_byte()
533 attribute_total_value_len = big_endian_read_16(connection->parser_attribute_header, 6); in avrcp_parser_process_byte()
H A Davrcp_target.c283 …avrcp_target_pack_single_element_header(connection->parser_attribute_header, connection->next_attr… in avrcp_store_avctp_now_playing_info_fragment()
290 …memcpy(packet + bytes_stored, connection->parser_attribute_header + connection->parser_attribute_h… in avrcp_store_avctp_now_playing_info_fragment()