Zephyr API 3.6.99
|
ISO Channel Data Path structure. More...
#include <iso.h>
Data Fields | |
uint8_t | pid |
Default path ID. | |
uint8_t | format |
Coding Format. | |
uint16_t | cid |
Company ID. | |
uint16_t | vid |
Vendor-defined Codec ID. | |
uint32_t | delay |
Controller Delay. | |
uint8_t | cc_len |
Codec Configuration length. | |
uint8_t * | cc |
Pointer to an array containing the Codec Configuration. | |
ISO Channel Data Path structure.
uint8_t* bt_iso_chan_path::cc |
Pointer to an array containing the Codec Configuration.
uint8_t bt_iso_chan_path::cc_len |
Codec Configuration length.
uint16_t bt_iso_chan_path::cid |
Company ID.
uint32_t bt_iso_chan_path::delay |
Controller Delay.
uint8_t bt_iso_chan_path::format |
Coding Format.
uint8_t bt_iso_chan_path::pid |
Default path ID.
uint16_t bt_iso_chan_path::vid |
Vendor-defined Codec ID.