Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_target.c344 …uint16_t num_avctp_packets = (num_payload_bytes + frame_size_for_continue_packet - 1)/frame_size_f… in avrcp_send_response_with_avctp_fragmentation() local
345 btstack_assert(num_avctp_packets <= 255); in avrcp_send_response_with_avctp_fragmentation()
346 packet[pos++] = (uint8_t) num_avctp_packets; in avrcp_send_response_with_avctp_fragmentation()
H A Davrcp_controller.c586 …uint16_t num_avctp_packets = (num_payload_bytes + frame_size_for_continue_packet - 1)/frame_size_f… in avrcp_send_cmd_with_avctp_fragmentation() local
587 btstack_assert(num_avctp_packets <= 255); in avrcp_send_cmd_with_avctp_fragmentation()
588 packet[pos++] = (uint8_t) num_avctp_packets; in avrcp_send_cmd_with_avctp_fragmentation()