![]() |
nRF Connect SDK API 3.3.99
|
| int srv_store_from_conn_get | ( | struct bt_conn const *const | conn, |
| struct server_store ** | server ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/unicast/server_store.h>
Get a server from the conn pointer.
| [in] | conn | Pointer to the connection to find the server for. |
| [out] | server | Pointer to the server. NULL if not found. |
| 0 | Success. |
| -ENOENT | Server not found in storage. |
| -ENOTCONN | Server conn is NULL. |