Nordic Thingy:52 v2.2.0
ble_uis_s Struct Reference

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

Data Fields

ble_gatts_char_handles_t button_char_handles
 
uint16_t conn_handle
 
ble_gatts_char_handles_t led_char_handles
 
ble_uis_led_write_handler_t led_write_handler
 
ble_gatts_char_handles_t pin_char_handles
 
ble_uis_pin_write_handler_t pin_write_handler
 
uint16_t service_handle
 
uint8_t uuid_type
 

Detailed Description

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

Field Documentation

◆ button_char_handles

ble_gatts_char_handles_t ble_uis_s::button_char_handles

Handles related to the Button Characteristic.

◆ conn_handle

uint16_t ble_uis_s::conn_handle

Handle of the current connection (as provided by the BLE stack). BLE_CONN_HANDLE_INVALID if not in a connection.

◆ led_char_handles

ble_gatts_char_handles_t ble_uis_s::led_char_handles

Handles related to the LED Characteristic.

◆ led_write_handler

ble_uis_led_write_handler_t ble_uis_s::led_write_handler

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

◆ pin_char_handles

ble_gatts_char_handles_t ble_uis_s::pin_char_handles

Handles related to the PIN Characteristic.

◆ pin_write_handler

ble_uis_pin_write_handler_t ble_uis_s::pin_write_handler

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

◆ service_handle

uint16_t ble_uis_s::service_handle

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

◆ uuid_type

uint8_t ble_uis_s::uuid_type

UUID type for the LED Button Service.


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