Searched refs:current_iso_data_packet_length (Results 1 – 1 of 1) sorted by relevance
1072 …int current_iso_data_packet_length = hci_stack->iso_fragmentation_total_size - hci_stack->iso_frag… in hci_send_iso_packet_fragments() local1076 if (current_iso_data_packet_length > max_iso_data_packet_length){ in hci_send_iso_packet_fragments()1078 current_iso_data_packet_length = max_iso_data_packet_length; in hci_send_iso_packet_fragments()1096 …endian_store_16(hci_stack->hci_packet_buffer, iso_header_pos + 2u, current_iso_data_packet_length); in hci_send_iso_packet_fragments()1101 hci_stack->iso_fragmentation_pos += current_iso_data_packet_length; in hci_send_iso_packet_fragments()1110 const int size = current_iso_data_packet_length + 4; in hci_send_iso_packet_fragments()