12 lines
315 B
Diff
12 lines
315 B
Diff
|
--- bluez-5.8.orig/lib/sdp.h
|
||
|
+++ bluez-5.8/lib/sdp.h
|
||
|
@@ -34,7 +34,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
|