nRF Connect SDK API 2.8.99
|
int unicast_client_config_get | ( | struct bt_conn * | conn, |
enum bt_audio_dir | dir, | ||
uint32_t * | bitrate, | ||
uint32_t * | sampling_rate_hz ) |
Get configuration for the audio stream.
[in] | conn | Pointer to the connection to get the configuration for. |
[in] | dir | Direction to get the configuration from. |
[out] | bitrate | Pointer to the bit rate used; can be NULL. |
[out] | sampling_rate_hz | Pointer to the sampling rate used; can be NULL. |