|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Structure holding information of audio stream endpoint. More...
#include <zephyr/bluetooth/audio/bap.h>
Data Fields | |
| uint32_t | sink_pd |
| Presentation delay for sink ASEs. | |
| uint32_t | source_pd |
| Presentation delay for source ASEs. | |
Structure holding information of audio stream endpoint.
| uint32_t bt_bap_unicast_group_info::sink_pd |
Presentation delay for sink ASEs.
Will be BT_BAP_PD_UNSET if no sink streams have been added to group. The value does not reflect what has been configured on any remote ASEs, but only the local value from when the group was created or reconfigured.
| uint32_t bt_bap_unicast_group_info::source_pd |
Presentation delay for source ASEs.
Will be BT_BAP_PD_UNSET if no source streams have been added to group. The value does not reflect what has been configured on any remote ASEs, but only the local value from when the group was created or reconfigured.