Lines Matching refs:bytes_stored
265 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
416 …bytes_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()
447 …bytes_stored = avrcp_store_avctp_now_playing_info_fragment(connection, max_payload_size, packet + … in avrcp_send_response_with_avctp_fragmentation()
449 connection->avrcp_frame_bytes_sent += bytes_stored + pos; in avrcp_send_response_with_avctp_fragmentation()
450 l2cap_send_prepared(connection->l2cap_signaling_cid, pos + bytes_stored); in avrcp_send_response_with_avctp_fragmentation()