Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_bas_c_init_t Struct Reference

ble_bas_c_init_t Struct Reference
[Structures]

Battery Service Client initialization structure. More...

#include <ble_bas_c.h>

Data Fields

ble_bas_c_evt_handler_t evt_handler
 Event handler to be called by the Battery Service Client module whenever there is an event related to the Battery Service.

Detailed Description

Battery Service Client initialization structure.

Definition at line 98 of file ble_bas_c.h.


Field Documentation

Event handler to be called by the Battery Service Client module whenever there is an event related to the Battery Service.

Definition at line 100 of file ble_bas_c.h.