nRF5 SDK v17.0.2
Data Fields
ble_lbs_s Struct Reference

LED Button Service structure. This structure contains various status information for the service. More...

#include <ble_lbs.h>

Data Fields

uint16_t service_handle
 
ble_gatts_char_handles_t led_char_handles
 
ble_gatts_char_handles_t button_char_handles
 
uint8_t uuid_type
 
ble_lbs_led_write_handler_t led_write_handler
 

Detailed Description

LED Button Service structure. This structure contains various status information for the service.

Field Documentation

ble_gatts_char_handles_t ble_lbs_s::button_char_handles

Handles related to the Button Characteristic.

ble_gatts_char_handles_t ble_lbs_s::led_char_handles

Handles related to the LED Characteristic.

ble_lbs_led_write_handler_t ble_lbs_s::led_write_handler

Event handler to be called when the LED Characteristic is written.

uint16_t ble_lbs_s::service_handle

Handle of LED Button Service (as provided by the BLE stack).

uint8_t ble_lbs_s::uuid_type

UUID type for the LED Button Service.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated