diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-31 20:08:52 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-31 20:08:52 +0000 |
commit | c30706178221e3df5dfe82eb5c91f39fe118eb78 (patch) | |
tree | 130e3a6ba5fc0f9df9372849a0fee1fd6078d367 /src | |
parent | 3f8700636d21bb868c2dbb8d2403e550a7750ceb (diff) |
Fix Bluetooth base UUID typo
Diffstat (limited to 'src')
-rw-r--r-- | src/sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |