From fd96b288824caaa3ee4e5e03887f016de9df80cf Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 1 Apr 2010 04:30:21 +0000 Subject: More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. Remove unused macro in the host mode demos for the maximum Configuration Descriptor size. --- Projects/MissileLauncher/ConfigDescriptor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Projects') diff --git a/Projects/MissileLauncher/ConfigDescriptor.h b/Projects/MissileLauncher/ConfigDescriptor.h index 7c84b7e78..2d86c0b97 100644 --- a/Projects/MissileLauncher/ConfigDescriptor.h +++ b/Projects/MissileLauncher/ConfigDescriptor.h @@ -45,9 +45,6 @@ /** Interface Class value for the Human Interface Device class */ #define HID_CLASS 0x03 - /** Maximum size of a device configuration descriptor which can be processed by the host, in bytes */ - #define MAX_CONFIG_DESCRIPTOR_SIZE 512 - /* Enums: */ /** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */ enum GenericHIDHost_GetConfigDescriptorDataCodes_t -- cgit v1.2.3