nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ le_audio_concurrent_sync_num_get()

int le_audio_concurrent_sync_num_get ( uint8_t * num_streams,
enum bt_audio_location * locations )

#include <applications/nrf_audio/src/bluetooth/bt_stream/le_audio.h>

Get the number of active streams.

Note
This function returns the number of streams and locations that are currently active. An active stream is one that has been set up and is ready to receive data. This function is used by broadcast_sink, unicast_server and unicast_client.
Parameters
[out]num_streamsPointer to the number of active streams.
[out]locationsPointer to the bitmask of active locations.
Returns
0 for success, error otherwise.