![]() |
nRF Connect SDK API 3.3.99
|
| int le_audio_stream_dir_get | ( | struct bt_bap_stream const *const | stream | ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/le_audio.h>
Get the direction of the stream provided.
| [in] | stream | Stream to check direction for. |
| BT_AUDIO_DIR_SINK | sink direction. |
| BT_AUDIO_DIR_SOURCE | source direction. |
| Negative | value Failed to get ep_info from host. |