Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_target.c265 uint16_t bytes_stored = 0; in avrcp_store_avctp_now_playing_info_fragment() local
290 …memcpy(packet + bytes_stored, connection->parser_attribute_header + connection->parser_attribute_h… in avrcp_store_avctp_now_playing_info_fragment()
292 bytes_stored += num_header_bytes_to_store; in avrcp_store_avctp_now_playing_info_fragment()
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()
317 return bytes_stored; in avrcp_store_avctp_now_playing_info_fragment()
349 uint16_t bytes_stored = 0; in avrcp_send_response_with_avctp_fragmentation() local
416bytes_stored = avrcp_store_avctp_now_playing_info_fragment(connection, max_payload_size, packet + … in avrcp_send_response_with_avctp_fragmentation()
418 connection->avrcp_frame_bytes_sent += bytes_stored + pos; in avrcp_send_response_with_avctp_fragmentation()
419 … l2cap_send_prepared(connection->l2cap_signaling_cid, pos + bytes_stored); in avrcp_send_response_with_avctp_fragmentation()
[all …]