nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_bas_client_on_ble_evt()

void ble_bas_client_on_ble_evt ( const ble_evt_t * ble_evt,
void * ble_bas_client )

#include <ble_bas_client.h>

Bluetooth LE event handler for the Battery Service Client.

Handles all Bluetooth LE stack events that are of interest to the Battery Service Client.

Note
This handler is registered automatically by BLE_BAS_CLIENT_DEF and is called by the SoftDevice handler. The application does not need to call it directly.
Parameters
[in]ble_evtBluetooth LE stack event.
[in]ble_bas_clientPointer to the Battery Service Client instance.