![]() |
nRF Connect SDK API 3.3.99
|
| int srv_store_location_set | ( | struct bt_conn const *const | conn, |
| enum bt_audio_dir | dir, | ||
| enum bt_audio_location | loc ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/unicast/server_store.h>
Set the valid locations of a unicast server.
| [in] | conn | Pointer to the connection. |
| [in] | dir | Direction to store. |
| [in] | loc | Location to store. |
| 0 | Success. |
| -ENOENT | Server not found. |
| -ENOTCONN | Server conn is NULL. |