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.
Dependencies: BLE_API mbed-dev nRF51822
Diff: HIDController_BLE.h
- Revision:
- 48:d6938de02f62
- Parent:
- 44:916b70fd1c40
- Child:
- 58:64df960619ce
--- a/HIDController_BLE.h Mon Aug 29 12:38:32 2016 +0000 +++ b/HIDController_BLE.h Mon Aug 29 14:09:09 2016 +0000 @@ -18,11 +18,11 @@ static Status_t status(); static const char* statusString(); - static void appendReportData(uint8_t key); - static void deleteReportData(uint8_t key); + static void appendReportData(const uint8_t key); + static void deleteReportData(const uint8_t key); static void queueCurrentReportData(); - static void updateBatteryLevel(uint8_t percentage); - static void initializeConnection(bool ignoreWhiteList); + static void updateBatteryLevel(const uint8_t percentage); + static void initializeConnection(const bool ignoreWhiteList); }; #endif