#include <ble_bas_client.h>
Battery Service Client event type.
| Enumerator |
|---|
| BLE_BAS_CLIENT_EVT_DISCOVERY_COMPLETE | Event indicating that the Battery Service was discovered at the peer.
|
| BLE_BAS_CLIENT_EVT_BATT_NOTIFICATION | Event indicating that a notification of the Battery Level characteristic was received from the peer.
|
| BLE_BAS_CLIENT_EVT_BATT_READ_RESP | Event indicating that a read response on Battery Level characteristic was received from the peer.
|
| BLE_BAS_CLIENT_EVT_ERROR | Error event.
|