Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_bap_unicast_group_info Struct Reference

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.

Detailed Description

Structure holding information of audio stream endpoint.

Field Documentation

◆ sink_pd

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.

◆ source_pd

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.


The documentation for this struct was generated from the following file:
  • zephyr/bluetooth/audio/bap.h