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

Types

Typedefs

typedef struct ble_bas_c_s ble_bas_c_t
 Battery Service Client structure.
typedef void(* ble_bas_c_evt_handler_t )(ble_bas_c_t *p_bas_bas_c, ble_bas_c_evt_t *p_evt)
 Event handler type.

Typedef Documentation

typedef void(* ble_bas_c_evt_handler_t)(ble_bas_c_t *p_bas_bas_c, ble_bas_c_evt_t *p_evt)

Event handler type.

This is the type of the event handler that should be provided by the application of this module in order to receive events.

Definition at line 76 of file ble_bas_c.h.

typedef struct ble_bas_c_s ble_bas_c_t

Battery Service Client structure.

Definition at line 69 of file ble_bas_c.h.