Zephyr API 3.6.99
|
Structure holding information of audio stream endpoint. More...
#include <bap.h>
Data Fields | |
uint8_t | id |
The ID of the endpoint. | |
enum bt_bap_ep_state | state |
The state of the endpoint. | |
enum bt_audio_dir | dir |
Capabilities type. | |
struct bt_iso_chan * | iso_chan |
The isochronous channel associated with the endpoint. | |
bool | can_send |
True if the stream associated with the endpoint is able to send data. | |
bool | can_recv |
True if the stream associated with the endpoint is able to receive data. | |
struct bt_bap_ep * | paired_ep |
Pointer to paired endpoint if the endpoint is part of a bidirectional CIS, otherwise NULL. | |
const struct bt_audio_codec_qos_pref * | qos_pref |
Pointer to the preferred QoS settings associated with the endpoint. | |
Structure holding information of audio stream endpoint.
bool bt_bap_ep_info::can_recv |
True if the stream associated with the endpoint is able to receive data.
bool bt_bap_ep_info::can_send |
True if the stream associated with the endpoint is able to send data.
enum bt_audio_dir bt_bap_ep_info::dir |
Capabilities type.
uint8_t bt_bap_ep_info::id |
The ID of the endpoint.
struct bt_iso_chan* bt_bap_ep_info::iso_chan |
The isochronous channel associated with the endpoint.
struct bt_bap_ep* bt_bap_ep_info::paired_ep |
Pointer to paired endpoint if the endpoint is part of a bidirectional CIS, otherwise NULL.
const struct bt_audio_codec_qos_pref* bt_bap_ep_info::qos_pref |
Pointer to the preferred QoS settings associated with the endpoint.
enum bt_bap_ep_state bt_bap_ep_info::state |
The state of the endpoint.