summaryrefslogtreecommitdiff
path: root/lib/sdp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-02-20 12:12:15 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-02-20 12:12:15 -0800
commit2e637a340f9cd7b8716336a6c43f3a06e8a04ee9 (patch)
treee600464e787ef5117e89ad05ea1672ed6cfae31c /lib/sdp.h
parent8fc0ba539dc411059824424026b6d41b1c7e3cfc (diff)
downloadbluez-2e637a340f9cd7b8716336a6c43f3a06e8a04ee9.tar.gz
Fix sorting and style of SDP includes
Diffstat (limited to 'lib/sdp.h')
-rw-r--r--lib/sdp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/sdp.h b/lib/sdp.h
index e901b2a35..f0758b211 100644
--- a/lib/sdp.h
+++ b/lib/sdp.h
@@ -43,7 +43,7 @@ extern "C" {
* All definitions are based on Bluetooth Assigned Numbers
* of the Bluetooth Specification
*/
-#define SDP_PSM 0x0001
+#define SDP_PSM 0x0001
/*
* Protocol UUIDs
@@ -54,8 +54,8 @@ extern "C" {
#define TCP_UUID 0x0004
#define TCS_BIN_UUID 0x0005
#define TCS_AT_UUID 0x0006
-#define OBEX_UUID 0x0008
#define ATT_UUID 0x0007
+#define OBEX_UUID 0x0008
#define IP_UUID 0x0009
#define FTP_UUID 0x000a
#define HTTP_UUID 0x000c
@@ -318,7 +318,7 @@ extern "C" {
* #define XXXLangBase yyyy
* #define AttrServiceName_XXX 0x0000+XXXLangBase
*/
-#define SDP_PRIMARY_LANG_BASE 0x0100
+#define SDP_PRIMARY_LANG_BASE 0x0100
#define SDP_ATTR_SVCNAME_PRIMARY 0x0000 + SDP_PRIMARY_LANG_BASE
#define SDP_ATTR_SVCDESC_PRIMARY 0x0001 + SDP_PRIMARY_LANG_BASE
@@ -343,8 +343,8 @@ extern "C" {
* DataSequence and DataSequenceAlternates can be of size 2^{8, 16, 32}
* The size are computed post-facto in the API and are not known apriori
*/
-#define SDP_DATA_NIL 0x00
-#define SDP_UINT8 0x08
+#define SDP_DATA_NIL 0x00
+#define SDP_UINT8 0x08
#define SDP_UINT16 0x09
#define SDP_UINT32 0x0A
#define SDP_UINT64 0x0B