Initialize for bluez
This commit is contained in:
commit
0b2e8870a3
23 changed files with 6203 additions and 0 deletions
13
bluez-sdp-unix-path.patch
Normal file
13
bluez-sdp-unix-path.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue