Merge pull request #2009 from MilhouseVH/le90_bluez_547

bluez: update to bluez-5.47
This commit is contained in:
Christian Hewitt 2017-09-21 23:07:12 +04:00 committed by GitHub
commit 5a1b34fe37
2 changed files with 4 additions and 4 deletions

View File

@ -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/"

View File

@ -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,