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_s Struct Reference

ble_bas_c_s Struct Reference
[Structures]

Battery Service Client structure. More...

#include <ble_bas_c.h>

Data Fields

uint16_t conn_handle
 Connection handle as provided by the SoftDevice.
uint16_t bl_cccd_handle
 Handle of the CCCD of the Battery Level characteristic.
uint16_t bl_handle
 Handle of the Battery Level characteristic as provided by the SoftDevice.
ble_bas_c_evt_handler_t evt_handler
 Application event handler to be called when there is an event related to the Battery service.

Detailed Description

Battery Service Client structure.

Definition at line 88 of file ble_bas_c.h.


Field Documentation

uint16_t bl_cccd_handle

Handle of the CCCD of the Battery Level characteristic.

Definition at line 91 of file ble_bas_c.h.

uint16_t bl_handle

Handle of the Battery Level characteristic as provided by the SoftDevice.

Definition at line 92 of file ble_bas_c.h.

uint16_t conn_handle

Connection handle as provided by the SoftDevice.

Definition at line 90 of file ble_bas_c.h.

Application event handler to be called when there is an event related to the Battery service.

Definition at line 93 of file ble_bas_c.h.