14 lines
413 B
Diff
14 lines
413 B
Diff
|
Index: bluez-5.65/lib/sdp.h
|
||
|
===================================================================
|
||
|
--- bluez-5.65.orig/lib/sdp.h
|
||
|
+++ bluez-5.65/lib/sdp.h
|
||
|
@@ -21,7 +21,7 @@ extern "C" {
|
||
|
#include <stdint.h>
|
||
|
#include <bluetooth/bluetooth.h>
|
||
|
|
||
|
-#define SDP_UNIX_PATH "/var/run/sdp"
|
||
|
+#define SDP_UNIX_PATH "/run/sdp"
|
||
|
#define SDP_RESPONSE_TIMEOUT 20
|
||
|
#define SDP_REQ_BUFFER_SIZE 2048
|
||
|
#define SDP_RSP_BUFFER_SIZE 65535
|