diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-04-11 06:19:58 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-04-11 06:19:58 +0000 |
| commit | 9dfba5ee27739c6d75330d35e33032fd75666642 (patch) | |
| tree | 6a025eed9d7e5054a7f86433e94271d91d5dea83 /Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c | |
| parent | 1e87e738f6f1d2364b0ca3494bbbc75392fda407 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1202 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c')
| -rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c b/Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c index 4c94eaab..f0d9c1a8 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)
{
|
