Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_target.c289 …uint16_t num_header_bytes_to_store = btstack_min(num_free_bytes, AVRCP_ATTRIBUTE_HEADER_LEN - conn… in avrcp_store_avctp_now_playing_info_fragment() local
290 …ion->parser_attribute_header + connection->parser_attribute_header_pos, num_header_bytes_to_store); in avrcp_store_avctp_now_playing_info_fragment()
291 connection->parser_attribute_header_pos += num_header_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()
292 bytes_stored += num_header_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()
293 num_free_bytes -= num_header_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()
294 connection->data_offset += num_header_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()