Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_target.c302 …uint16_t num_attr_value_bytes_to_store = btstack_min(num_free_bytes, connection->attribute_value_l… in avrcp_store_avctp_now_playing_info_fragment() local
303 memcpy(packet + bytes_stored, attr_value_with_offset, num_attr_value_bytes_to_store); in avrcp_store_avctp_now_playing_info_fragment()
304 bytes_stored += num_attr_value_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()
305 num_free_bytes -= num_attr_value_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()
306 connection->attribute_value_offset += num_attr_value_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()
307 connection->data_offset += num_attr_value_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()