nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Enumerations

enum  ble_bas_c_evt_type_t { BLE_BAS_C_EVT_DISCOVERY_COMPLETE = 1, BLE_BAS_C_EVT_BATT_NOTIFICATION, BLE_BAS_C_EVT_BATT_READ_RESP }
 BAS Client event type. More...
 

Detailed Description

Enumeration Type Documentation

BAS 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.