The structure for iso hci data. More...

#include <ble_iso.h>

Public Attributes

uint16_t conn_hdl
 
uint32_t time_stamp
 
uint16_t seq_num
 
uint16_t sdu_len
 
uint8_t * sdu
 

Detailed Description

The structure for iso hci data.

Definition at line 600 of file ble_iso.h.

Member Data Documentation

◆ conn_hdl

uint16_t iso_hci_data_t::conn_hdl

Used to identify a cis or bis.

Definition at line 602 of file ble_iso.h.

◆ sdu

uint8_t* iso_hci_data_t::sdu

Sdu data buffer.

Definition at line 606 of file ble_iso.h.

◆ sdu_len

uint16_t iso_hci_data_t::sdu_len

Sdu length.

Definition at line 605 of file ble_iso.h.

◆ seq_num

uint16_t iso_hci_data_t::seq_num

Packet sequence number.

Definition at line 604 of file ble_iso.h.

◆ time_stamp

uint32_t iso_hci_data_t::time_stamp

The Bluetooth_TimeStamp (BTS).

Definition at line 603 of file ble_iso.h.


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