aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-31 14:08:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-31 14:08:15 +0000
commite15838d4e2fd10810fcacf080202dfba13ad5302 (patch)
tree2ac6ef787764b94604b230236d795dcdf4658f03 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
parentf606afeffffcfffba837ad1350bcda7b458b4031 (diff)
downloadlufa-e15838d4e2fd10810fcacf080202dfba13ad5302.tar.gz
lufa-e15838d4e2fd10810fcacf080202dfba13ad5302.tar.bz2
lufa-e15838d4e2fd10810fcacf080202dfba13ad5302.zip
Fix endianness issues in the Service Discovery Protocol service of the incomplete Bluetooth Host demo. Host can now correctly retrieve specific services, however Windows does not appear to be sending the appropriate generic browse class IDs needed to report the virtual serial service.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
index f678ecba5..df97220a2 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
@@ -156,8 +156,6 @@ void Bluetooth_HCITask(void)
Bluetooth_Connection.IsConnected = false;
Bluetooth_DisconnectionComplete();
-
- Bluetooth_State.CurrentHCIState = Bluetooth_Init;
break;
}
}