![]() |
nRF Connect SDK API 3.3.99
|
Helper functions to manage unicast server (headset side) functionality. More...
Functions | |
| int | unicast_server_pd_min_set (uint32_t dly_min_in_us) |
| Set the minimum presentation delay for audio streams. | |
| int | unicast_server_config_get (struct bt_conn *conn, enum bt_audio_dir dir, uint32_t *bitrate, uint32_t *sampling_rate_hz, uint32_t *pres_delay_us) |
| Get configuration for audio stream. | |
| int | unicast_server_uuid_populate (struct net_buf_simple *uuid_buf) |
| Put the UUIDs from this module into the buffer. | |
| int | unicast_server_adv_populate (struct bt_data *adv_buf, uint8_t adv_buf_vacant) |
| Put the advertising data from this module into the buffer. | |
| int | unicast_server_send (struct net_buf const *const audio_frame) |
| Send data from the LE Audio unicast (CIS) server, if configured as a source. | |
| int | unicast_server_disable (void) |
| Disable the Bluetooth LE Audio unicast (CIS) server. | |
| int | unicast_server_enable (le_audio_receive_cb rx_cb, enum bt_audio_location location) |
| Enable the Bluetooth LE Audio unicast (CIS) server. | |
Helper functions to manage unicast server (headset side) functionality.