Searched refs:seq_nb (Results 1 – 2 of 2) sorted by relevance
60 uint16_t seq_nb; member171 cis->sync_info = {.seq_nb = 0}; in on_set_cig_params()517 BT_HDR* prepare_hci_packet(uint16_t iso_handle, uint16_t seq_nb, in prepare_hci_packet()534 UINT16_TO_STREAM(packet_data, seq_nb); in prepare_hci_packet()561 uint16_t seq_nb = iso->sync_info.seq_nb; in send_iso_data() local562 iso->sync_info.seq_nb = (seq_nb + 1) & 0xffff; in send_iso_data()580 BT_HDR* packet = prepare_hci_packet(iso_handle, seq_nb, data_len); in send_iso_data()718 bis->sync_info = {.seq_nb = 0}; in process_create_big_cmpl_pkt()820 uint16_t handle, seq_nb; in handle_iso_data() local845 STREAM_TO_UINT16(seq_nb, stream); in handle_iso_data()[all …]
100 uint16_t seq_nb; member