forked from pool/bluez
Dirk Mueller
2ed80b1192
* Fix issue with A2DP cache invalidation handling. * Fix issue with A2DP and not initialized SEP codec. * Fix issue with A2DP and multiple SetConfiguration to same SEP * Fix issue with AVRCP and not properly initialized volume. * Fix issue with SDP records when operating in LE only mode. * Fix issue with HoG and not reading report map of instances. * Fix issue with GATT server crashing while disconnecting. * Fix issue with not removing connected devices. * Fix issue with enabling wake support without RPA Resolution. * Fix issue with pairing failed due to the error of Already Paired. * Add support for CONFIGURATION_DIRECTORY environment variable. * Add support for STATE_DIRECTORY environment variable. * Add support for "Bonded" property with Device API. * Add experimental support for ISO socket. - drop bluez-test-2to3.diff (obsolete/upstream) OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=330
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
|