nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ BLE_LBS_DEF

#define BLE_LBS_DEF ( _name)

#include <ble_lbs.h>

Value:
static struct ble_lbs _name; \
NRF_SDH_BLE_OBSERVER(_name##_obs, ble_lbs_on_ble_evt, &_name, HIGH)
void ble_lbs_on_ble_evt(const ble_evt_t *ble_evt, void *ble_lbs)
Bluetooth LE event handler for the LED Button Service.
Bluetooth LE Button Service structure.
Definition ble_lbs.h:117

Define a LED Button service instance.

Define a LED Button service instance and register it as a Bluetooth event observer.