Searched refs:num_avctp_packets (Results 1 – 2 of 2) sorted by relevance
344 …uint16_t num_avctp_packets = (num_payload_bytes + frame_size_for_continue_packet - 1)/frame_size_f… in avrcp_send_response_with_avctp_fragmentation() local345 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()
586 …uint16_t num_avctp_packets = (num_payload_bytes + frame_size_for_continue_packet - 1)/frame_size_f… in avrcp_send_cmd_with_avctp_fragmentation() local587 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()