Add Bluetooth signalling echo request/response handlers, disconnection request/respon...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 5 Apr 2010 12:13:33 +0000 (12:13 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 5 Apr 2010 12:13:33 +0000 (12:13 +0000)
commit083d797acaa58f792960a1cb9d7d8d41c3c956a7
tree2335216af3b26e4a27e1fbfc726153ab736747bb
parentfa1a092901319b3b41bf09e0c4cb9cbbec470d6b
Add Bluetooth signalling echo request/response handlers, disconnection request/response handlers.

Add Bluetooth connection request/complete/disconnection callbacks.

Remove debugging from HCI layer, as it is now operational -- add guards to ACL debug statements to reduce logging chattyness so that the overall command sequences can be observed and debugged.
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h