Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
#include <ble_wpts_common.h>
Data Fields | |
uint16_t | uuid16 |
uint16_t | gatt_prim_srv_handle |
int8_t | pru_pwr |
int8_t | pru_gain |
uint8_t | adv_flags |
Struct holding contents of "Service data AD type".
Definition at line 479 of file ble_wpts_common.h.
uint16_t uuid16 |
16-bit WPT Service UUID.
Definition at line 481 of file ble_wpts_common.h.
uint16_t gatt_prim_srv_handle |
PRU primary service handle.
Definition at line 482 of file ble_wpts_common.h.
int8_t pru_pwr |
PRU Power value. [dBm]
Definition at line 483 of file ble_wpts_common.h.
int8_t pru_gain |
PRU Gain value. [dBm]
Definition at line 484 of file ble_wpts_common.h.
uint8_t adv_flags |
ADV flags.
Definition at line 485 of file ble_wpts_common.h.