SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Enumerations

Enumerations

enum  ble_bas_c_evt_type_t { BLE_BAS_C_EVT_DISCOVERY_COMPLETE, BLE_BAS_C_EVT_BATT_NOTIFICATION, BLE_BAS_C_EVT_BATT_READ_RESP }
 

Battery Service Client event type.

More...

Enumeration Type Documentation

Battery Service Client event type.

Enumerator:
BLE_BAS_C_EVT_DISCOVERY_COMPLETE 

Event indicating that the Battery Service has been discovered at the peer.

BLE_BAS_C_EVT_BATT_NOTIFICATION 

Event indicating that a notification of the Battery Level characteristic has been received from the peer.

BLE_BAS_C_EVT_BATT_READ_RESP 

Event indicating that a read response on Battery Level characteristic has been received from peer.

Definition at line 37 of file ble_bas_c.h.