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/Lib/BluetoothACLPackets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h') diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h index 40f2bbdcd..012fbc0f9 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h @@ -44,6 +44,8 @@ #define BT_ACL_DEBUG(l, s, ...) do { if (ACL_DEBUG_LEVEL >= l) printf_P(PSTR("(ACL) " s "\r\n"), __VA_ARGS__); } while (0) #define ACL_DEBUG_LEVEL 1 + #define BT_CHANNELNUMBER_BASEOFFSET 0x0040 + #define BT_CHANNEL_SIGNALING 0x0001 #define BT_CHANNEL_CONNECTIONLESS 0x0002 -- cgit v1.2.3