Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
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.
Generated on Tue Jul 12 2022 18:47:35 by
