![]() |
nRF Connect SDK API 3.3.99
|
| int srv_store_avail_context_set | ( | struct bt_conn * | conn, |
| enum bt_audio_context | snk_ctx, | ||
| enum bt_audio_context | src_ctx ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/unicast/server_store.h>
Store the available audio context for a server based on conn.
| [in] | conn | Pointer to the connection. |
| [in] | snk_ctx | Sink context. |
| [out] | src_ctx | Source context. |
| 0 | Success. |
| -EINVAL | Illegal argument(s) |
| -ENOENT | Server not found. |