Nordic Thingy:52
|
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 |
LED Button Service structure. This structure contains various status information for the service.
ble_gatts_char_handles_t ble_uis_s::button_char_handles |
Handles related to the Button Characteristic.
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.
ble_gatts_char_handles_t ble_uis_s::led_char_handles |
Handles related to the LED Characteristic.
ble_uis_led_write_handler_t ble_uis_s::led_write_handler |
Event handler to be called when the LED Characteristic is written.
ble_gatts_char_handles_t ble_uis_s::pin_char_handles |
Handles related to the PIN Characteristic.
ble_uis_pin_write_handler_t ble_uis_s::pin_write_handler |
Event handler to be called when the PIN Characteristic is written.
uint16_t ble_uis_s::service_handle |
Handle of LED Button Service (as provided by the BLE stack).
uint8_t ble_uis_s::uuid_type |
UUID type for the LED Button Service.