From 32ab52a2987f086d34d8ac691eaed5e1af085719 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 1 Jun 2010 13:11:55 +0000 Subject: 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. --- Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h') 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 -- cgit v1.2.3