Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
Go to the source code of this file.
Data Structures | |
struct | ble_wpts_evt_t |
WPT Service event. More... | |
struct | ble_wpts_init_t |
WPT Service init structure. More... | |
struct | ble_wpts_s |
WPT Service status structure. More... | |
Typedefs | |
typedef struct ble_wpts_s | ble_wpts_t |
WPT Service status structure. | |
typedef void(* | ble_wpts_evt_handler_t) (ble_wpts_t *p_wpts, ble_wpts_evt_t *p_evt) |
WPT Service event handler type. More... | |
Functions | |
uint32_t | ble_wpts_init (ble_wpts_t *p_wpts, const ble_wpts_init_t *p_wpts_init) |
Initialize the WPT Service. More... | |
void | ble_wpts_on_ble_evt (ble_wpts_t *p_wpts, ble_evt_t *p_ble_evt) |
WPT Service BLE stack event handler. More... | |
uint32_t | ble_wpts_alert_send (ble_wpts_t *p_wpts, pru_alert_t *p_alert) |
Sends PRU alert if notification has been enabled. More... | |
uint32_t | ble_wpts_pru_static_set (ble_wpts_t *p_wpts, pru_static_t *p_pru_static) |
Sets value of the PRU Static Parameter characteristic. More... | |
uint32_t | ble_wpts_pru_dynamic_set (ble_wpts_t *p_wpts, pru_dynamic_t *p_pru_dynamic) |
Sets value of the PRU Dynamic Parameter characteristic. More... | |