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

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

Detailed Description

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.