![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Bluetooth LE Button Service structure. More...
#include <bm/bluetooth/services/ble_lbs.h>
Data Fields | |
| uint16_t | service_handle |
| Handle of LED Button Service (as provided by the Bluetooth LE stack). | |
| ble_gatts_char_handles_t | led_char_handles |
| Handles related to the LED Characteristic. | |
| ble_gatts_char_handles_t | button_char_handles |
| Handles related to the Button Characteristic. | |
| uint8_t | uuid_type |
| UUID type for the LED Button Service. | |
| lbs_evt_handler_t | evt_handler |
| Event handler to be called when the LED Characteristic is written. | |
Bluetooth LE Button Service structure.