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: HIDServiceBase.h
- Revision:
- 59:2d6c0bff2151
- Parent:
- 55:f01a31103685
- Child:
- 66:a7c6fbe45cf5
diff -r 64df960619ce -r 2d6c0bff2151 HIDServiceBase.h
--- a/HIDServiceBase.h Tue Aug 30 14:44:24 2016 +0000
+++ b/HIDServiceBase.h Wed Aug 31 12:31:14 2016 +0000
@@ -142,20 +142,6 @@
*/
virtual void sendCallback(void) = 0;
- /**
- * Create the Gatt descriptor for a report characteristic
- */
- GattAttribute** inputReportDescriptors();
- GattAttribute** outputReportDescriptors();
- GattAttribute** featureReportDescriptors();
- GattAttribute** reportMapDescriptors();
-
-
- /**
- * Create the HID information structure
- */
- HID_information_t* HIDInformation();
-
protected:
BLE &ble;
bool connected;
@@ -173,15 +159,6 @@
uint8_t controlPointCommand;
uint8_t protocolMode;
- report_reference_t inputReportReferenceData;
- report_reference_t outputReportReferenceData;
- report_reference_t featureReportReferenceData;
-
- GattAttribute inputReportReferenceDescriptor;
- GattAttribute outputReportReferenceDescriptor;
- GattAttribute featureReportReferenceDescriptor;
- // GattAttribute batteryServiceExternalReportReferenceDescriptor;
-
// Optional gatt characteristics:
GattCharacteristic protocolModeCharacteristic;