aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-03 07:45:09 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-03 07:45:09 +0000
commit480da5aab642eb7e5b87e604a55a91bf872b3607 (patch)
tree248f6f1790322000fb872ae1f6a6e6da70c00799 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
parent008e0e2e0a13e64e03f27f1c9a008ef201560878 (diff)
downloadlufa-480da5aab642eb7e5b87e604a55a91bf872b3607.tar.gz
lufa-480da5aab642eb7e5b87e604a55a91bf872b3607.tar.bz2
lufa-480da5aab642eb7e5b87e604a55a91bf872b3607.zip
Add PSM value to the RFCOMM service so that the host knows what PSM to use on channels when trying to access it.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
index 3dd9d70c9..c4690f4a8 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
@@ -78,7 +78,7 @@
#define DEVICE_CLASS_MINOR_LAN_50_TO_67_PC_UTILIZED (0x04 << 5)
#define DEVICE_CLASS_MINOR_LAN_67_TO_83_PC_UTILIZED (0x05 << 5)
#define DEVICE_CLASS_MINOR_LAN_83_TO_99_PC_UTILIZED (0x06 << 5)
- #define DEVICE_CLASS_MINOR_NO_SERVICE_AVAILABLE (0x07 << 5)
+ #define DEVICE_CLASS_MINOR_LAN_NO_SERVICE_AVAILABLE (0x07 << 5)
#define DEVICE_CLASS_MINOR_AV_UNCATEGORIZED (0x00 << 2)
#define DEVICE_CLASS_MINOR_AV_HEADSET (0x01 << 2)