Searched refs:num_packets_to_skip (Results 1 – 2 of 2) sorted by relevance
777 uint8_t num_packets_to_skip; member
1150 if (iso_stream->num_packets_to_skip > 0){ in hci_send_iso_packet_buffer()1151 iso_stream->num_packets_to_skip--; in hci_send_iso_packet_buffer()10478 iso_stream->num_packets_to_skip++; in hci_iso_notify_can_send_now()10500 … uint8_t num_packets_to_skip = iso_stream->num_packets_sent - num_iso_queued_minimum; in hci_iso_notify_can_send_now() local10501 iso_stream->num_packets_to_skip += num_packets_to_skip; in hci_iso_notify_can_send_now()10502 iso_stream->num_packets_sent -= num_packets_to_skip; in hci_iso_notify_can_send_now()