Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
#include <ble_wpts_c.h>
Data Fields | |
ble_gattc_handle_range_t | service_handle_range |
uint16_t | pruc_handle |
uint16_t | ptusp_handle |
uint16_t | prua_handle |
uint16_t | prua_cccd_handle |
uint16_t | prusp_handle |
uint16_t | prudp_handle |
uint16_t | conn_handle |
WPT Service Client structure. This contains various status information for the service.
Definition at line 57 of file ble_wpts_c.h.
ble_gattc_handle_range_t service_handle_range |
Discovered WPT Service handle range.
Definition at line 59 of file ble_wpts_c.h.
uint16_t pruc_handle |
Handle of the PRU Control characteristic.
Definition at line 60 of file ble_wpts_c.h.
uint16_t ptusp_handle |
Handle of the PTU Static Parameter characteristic.
Definition at line 61 of file ble_wpts_c.h.
uint16_t prua_handle |
Handle of the PRU Alert characteristic.
Definition at line 62 of file ble_wpts_c.h.
uint16_t prua_cccd_handle |
Handle of the PRU Alert characteristic CCCD.
Definition at line 63 of file ble_wpts_c.h.
uint16_t prusp_handle |
Handle of the PRU Static Parameter characteristic.
Definition at line 64 of file ble_wpts_c.h.
uint16_t prudp_handle |
Handle of the PRU Dynamic Parameter characteristic.
Definition at line 65 of file ble_wpts_c.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 66 of file ble_wpts_c.h.