From 6cfa3b7db8b5585a8443f457dcb728b65a7f7ffd Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 11 Apr 2010 06:19:58 +0000 Subject: Add HCI debugging with verbosity control to the BluetoothHost demo. Add Link Key Request event processing so that paired devices always re-authenticate until appropriate link key store/retrieve callbacks are implemented. --- Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c') diff --git a/Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c b/Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c index 4c94eaaba..f0d9c1a8a 100644 --- a/Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c +++ b/Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c @@ -43,7 +43,7 @@ * * This routine searches for a BT interface descriptor containing bulk IN and OUT data endpoints. * - * \return An error code from the \ref Bluetooth_GetConfigDescriptorDataCodes_t enum. + * \return An error code from the \ref BluetoothHost_GetConfigDescriptorDataCodes_t enum. */ uint8_t ProcessConfigurationDescriptor(void) { -- cgit v1.2.3