diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-07-13 19:11:46 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-07-13 19:11:46 (GMT) |
| commit | b5eabf6604734e40caa4a3ccbbd8aa9e9dfa7ced (patch) | |
| tree | 2cf14c70a8b28dd1691a7583c3b38405682f1c61 /src/components/ble/BatteryInformationService.h | |
| parent | 7efe2b7c51e1d21305154edad6ddf1b608784451 (diff) | |
| parent | a07b6382aef3c30d8ea8f28fcc3cc880d7afd747 (diff) | |
Merge branch 'develop' into fix_adc
Diffstat (limited to 'src/components/ble/BatteryInformationService.h')
| -rw-r--r-- | src/components/ble/BatteryInformationService.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/BatteryInformationService.h b/src/components/ble/BatteryInformationService.h index 7d06090..1303fd6 100644 --- a/src/components/ble/BatteryInformationService.h +++ b/src/components/ble/BatteryInformationService.h @@ -17,7 +17,7 @@ namespace Pinetime { void Init(); int OnBatteryServiceRequested(uint16_t connectionHandle, uint16_t attributeHandle, ble_gatt_access_ctxt* context); - + void NotifyBatteryLevel(uint16_t connectionHandle, uint8_t level); private: Controllers::Battery& batteryController; static constexpr uint16_t batteryInformationServiceId {0x180F}; |
