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 BLE_WallbotBLE_Challenge by
ble_bas_c_evt_t Struct Reference
[Structures]
Battery Service Client Event structure. More...
#include <ble_bas_c.h>
Data Fields | |
ble_bas_c_evt_type_t | evt_type |
Event Type. | |
uint8_t | battery_level |
Battery level received from peer. |
Detailed Description
Battery Service Client Event structure.
Definition at line 52 of file ble_bas_c.h.
Field Documentation
uint8_t battery_level |
Battery level received from peer.
This field will be used for the events BLE_BAS_C_EVT_BATT_NOTIFICATION and BLE_BAS_C_EVT_BATT_READ_RESP.
Definition at line 57 of file ble_bas_c.h.
Event Type.
Definition at line 54 of file ble_bas_c.h.
Generated on Tue Jul 12 2022 13:52:33 by
