Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
#include <ble_wpts.h>
Data Fields | |
ble_wpts_evt_handler_t | evt_handler |
uint16_t | service_handle |
ble_gatts_char_handles_t | pru_control_handles |
ble_gatts_char_handles_t | ptu_static_handles |
ble_gatts_char_handles_t | pru_alert_handles |
ble_gatts_char_handles_t | pru_static_handles |
ble_gatts_char_handles_t | pru_dynamic_handles |
uint16_t | conn_handle |
uint8_t | reboot_bit:1 |
WPT Service status structure.
Definition at line 71 of file ble_wpts.h.
ble_wpts_evt_handler_t evt_handler |
Event handler to be called for handling events in the WPT Service.
Definition at line 73 of file ble_wpts.h.
uint16_t service_handle |
Handle of WPT Service (as provided by the BLE stack).
Definition at line 74 of file ble_wpts.h.
ble_gatts_char_handles_t pru_control_handles |
Handles related to the PRU Control characteristic.
Definition at line 75 of file ble_wpts.h.
ble_gatts_char_handles_t ptu_static_handles |
Handles related to the PTU Static Parameter characteristic.
Definition at line 76 of file ble_wpts.h.
ble_gatts_char_handles_t pru_alert_handles |
Handles related to the PRU Alert characteristic.
Definition at line 77 of file ble_wpts.h.
ble_gatts_char_handles_t pru_static_handles |
Handles related to the PRU Static Parameter characteristic.
Definition at line 78 of file ble_wpts.h.
ble_gatts_char_handles_t pru_dynamic_handles |
Handles related to the PRU Dynamic Parameter characteristic.
Definition at line 79 of file ble_wpts.h.
uint16_t conn_handle |
Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).
Definition at line 80 of file ble_wpts.h.
uint8_t reboot_bit |
Reboot bit of device
Definition at line 81 of file ble_wpts.h.