nRF Connect SDK API 2.8.99
|
int bt_ancs_client_init | ( | struct bt_ancs_client * | ancs_c | ) |
#include <include/bluetooth/services/ancs_client.h>
Function for initializing the ANCS client.
[out] | ancs_c | ANCS client instance. This structure must be supplied by the application. It is initialized by this function and will later be used to identify this particular client instance. |
0 | If the client was initialized successfully. Otherwise, a (negative) error code is returned. |