aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-01 13:11:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-01 13:11:55 +0000
commit32ab52a2987f086d34d8ac691eaed5e1af085719 (patch)
tree8f506f30c03a536a907a232422cc954d98e17c08 /Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
parent255d4ef85871b790bfcbd03fcab2e7e8a96b2457 (diff)
downloadlufa-32ab52a2987f086d34d8ac691eaed5e1af085719.tar.gz
lufa-32ab52a2987f086d34d8ac691eaed5e1af085719.tar.bz2
lufa-32ab52a2987f086d34d8ac691eaed5e1af085719.zip
Remove incorrect Language ID offset attribute from the SDP server - client assumes 0x0100 offset for primary language anyway, and the format of the offset was incorrect anyway.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
index 0fd0aa4ed..5ca010c52 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
@@ -48,7 +48,6 @@
#define SDP_ATTRIBUTE_ID_SERVICERECORDHANDLE 0x0000
#define SDP_ATTRIBUTE_ID_SERVICECLASSIDS 0x0001
- #define SDP_ATTRIBUTE_ID_LANGIDOFFSET 0x0006
#define SDP_ATTRIBUTE_ID_VERSION 0x0200
#define SDP_ATTRIBUTE_ID_SERVICENAME 0x0100
#define SDP_ATTRIBUTE_ID_SERVICEDESCRIPTION 0x0101