![]() |
nRF Connect SDK API 3.3.99
|
| int bt_lbs_init | ( | struct bt_lbs_cb * | callbacks | ) |
#include <include/bluetooth/services/lbs.h>
Initialize the LBS Service.
Initializes the module with the given callbacks, used when:
| [in] | callbacks | Struct containing pointers to callback functions. Can be NULL if no callbacks are defined. |
| 0 | If the operation was successful. Otherwise, a negative error code is returned. |