SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_bas_c_evt_t Struct Reference

ble_bas_c_evt_t Struct Reference
[Structures]

Battery Service Client Event structure. More...

#include <ble_bas_c.h>

Data Fields

ble_bas_c_evt_type_t evt_type
 Event Type.
uint8_t battery_level
 Battery level received from peer.

Detailed Description

Battery Service Client Event structure.

Definition at line 52 of file ble_bas_c.h.


Field Documentation

uint8_t battery_level

Battery level received from peer.

This field will be used for the events BLE_BAS_C_EVT_BATT_NOTIFICATION and BLE_BAS_C_EVT_BATT_READ_RESP.

Definition at line 57 of file ble_bas_c.h.

Event Type.

Definition at line 54 of file ble_bas_c.h.