Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h60 uint16_t seq_nb; member
171 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() local
562 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() local
845 STREAM_TO_UINT16(seq_nb, stream); in handle_iso_data()
[all …]
/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h100 uint16_t seq_nb; member