Diff between 3e53b3862ca35a75b738f8d6b71e2a0118c2a04f and 78745b24001cccab99fb62bf48d9fa6ed34945f2
Changed Files
| File | Additions | Deletions | Status |
| lib/sdp.c | +0 | -2 | modified |
Full Patch
diff --git a/lib/sdp.c b/lib/sdp.c
index de5277f..7cb930f 100644
--- a/lib/sdp.c
+++ b/lib/sdp.c
@@ -60,8 +60,6 @@
#define SDPDBG(fmt...)
#endif
-#define BASE_UUID "00000000-0000-1000-8000-00805F9B34FB"
-
static uint128_t bluetooth_base_uuid = {
.data = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB }