forked from pool/bluez
Marcus Meissner
c54147dd3a
* Fix issue with handling notification of scanned BISes to BASS * Fix issue with handling checking BIS caps against peer caps. * Fix issue with handling MGMT Set Device Flags overwrites. * Fix issue with handling ASE notification order. * Fix issue with handling BIG Info report events. * Fix issue with handling PACS Server role. * Fix issue with registering UHID_START multiple times. * Fix issue with pairing method not setting auto-connect. - Fix 3 rpmlint warnings, some configuration files were not marked as so. OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=375
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
|