![]() |
nRF Connect SDK API 3.3.99
|
| int unicast_client_config_get | ( | struct bt_bap_stream * | stream, |
| uint32_t * | bitrate, | ||
| uint32_t * | sampling_rate_hz ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/unicast/unicast_client.h>
Get configuration for the audio stream.
| [in] | stream | Pointer to the stream to get the configuration for. |
| [out] | bitrate | Pointer to the bit rate used; can be NULL. |
| [out] | sampling_rate_hz | Pointer to the sampling rate used; can be NULL. |