nRF5 SDK v17.1.0
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...
 

Detailed Description

Enumeration Type Documentation

Battery Service Client event type.

Enumerator
BLE_BAS_C_EVT_DISCOVERY_COMPLETE 

Event indicating that the Battery Service was discovered at the peer.

BLE_BAS_C_EVT_BATT_NOTIFICATION 

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

BLE_BAS_C_EVT_BATT_READ_RESP 

Event indicating that a read response on Battery Level characteristic was received from the peer.


Documentation feedback | Developer Zone | Subscribe | Updated