summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-31 20:08:52 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-31 20:08:52 +0000
commitc30706178221e3df5dfe82eb5c91f39fe118eb78 (patch)
tree130e3a6ba5fc0f9df9372849a0fee1fd6078d367
parent3f8700636d21bb868c2dbb8d2403e550a7750ceb (diff)
Fix Bluetooth base UUID typo
-rw-r--r--src/sdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp.c b/src/sdp.c
index fcf5c897..cf1a9895 100644
--- a/src/sdp.c
+++ b/src/sdp.c
@@ -90,7 +90,7 @@ static inline void ntoh128(uint128_t *src, uint128_t *dst)
static uint128_t bluetooth_base_uuid = {
.data = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
- 0x80, 0x00, 0x00, 0x80, 0x5F, 0xF9, 0xB3, 0xFB }
+ 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB }
};
#define SDP_MAX_ATTR_LEN 65535