Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_iso_recv_info Struct Reference

ISO Meta Data structure for received ISO packets. More...

#include <iso.h>

Data Fields

uint32_t ts
 ISO timestamp.
 
uint16_t seq_num
 ISO packet sequence number of the first fragment in the SDU.
 
uint8_t flags
 ISO packet flags bitfield (BT_ISO_FLAGS_*)
 

Detailed Description

ISO Meta Data structure for received ISO packets.

Field Documentation

◆ flags

uint8_t bt_iso_recv_info::flags

ISO packet flags bitfield (BT_ISO_FLAGS_*)

◆ seq_num

uint16_t bt_iso_recv_info::seq_num

ISO packet sequence number of the first fragment in the SDU.

◆ ts

uint32_t bt_iso_recv_info::ts

ISO timestamp.

Only valid if flags has the BT_ISO_FLAGS_TS bit set.


The documentation for this struct was generated from the following file: