![]() |
nRF Connect SDK API 3.3.99
|
| int srv_store_from_addr_get | ( | bt_addr_le_t const *const | addr, |
| struct server_store ** | server ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/unicast/server_store.h>
Get a server from the address.
| [in] | addr | Pointer to the address of the server. |
| [out] | server | Pointer to the server. NULL if not found. |
| 0 | Success. |
| -ENOENT | Server not found in storage. |