mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #2009 from MilhouseVH/le90_bluez_547
bluez: update to bluez-5.47
This commit is contained in:
commit
5a1b34fe37
@ -17,8 +17,8 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="bluez"
|
||||
PKG_VERSION="5.45"
|
||||
PKG_SHA256="4cacb00703a6bc149cb09502257d321597d43952374a16f3558766ffa85364e9"
|
||||
PKG_VERSION="5.47"
|
||||
PKG_SHA256="cf75bf7cd5d564f21cc4a2bd01d5c39ce425397335fd47d9bbe43af0a58342c8"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.bluez.org/"
|
||||
|
@ -29,7 +29,7 @@ index 3ef0340..859aa3c 100644
|
||||
+ if (!rec)
|
||||
+ return;
|
||||
+
|
||||
+ req = browse_request_new(device, NULL);
|
||||
+ req = browse_request_new(device, BROWSE_SDP, NULL);
|
||||
+ if (!req)
|
||||
+ return;
|
||||
+
|
||||
@ -46,7 +46,7 @@ index 3ef0340..859aa3c 100644
|
||||
+ g_dbus_emit_property_changed(dbus_conn, req->device->path,
|
||||
+ DEVICE_INTERFACE, "UUIDs");
|
||||
+
|
||||
+ device_svc_resolved(device, device->bdaddr_type, 0);
|
||||
+ device_svc_resolved(device, BROWSE_SDP, device->bdaddr_type, 0);
|
||||
+}
|
||||
+
|
||||
const sdp_record_t *btd_device_get_record(struct btd_device *device,
|
||||
|
Loading…
x
Reference in New Issue
Block a user