|
Zephyr Project API 3.5.0
A Scalable Open Source RTOS
|
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. | |
| bool | can_send |
| True if the stream associated with the endpoint is able to send data. | |
| struct bt_bap_ep * | paired_ep |
| Pointer to paired endpoint if the endpoint is part of a bidirectional CIS, otherwise NULL. | |
Structure holding information of audio stream endpoint.
| 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_bap_ep* bt_bap_ep_info::paired_ep |
Pointer to paired endpoint if the endpoint is part of a bidirectional CIS, otherwise NULL.
| enum bt_bap_ep_state bt_bap_ep_info::state |
The state of the endpoint.