GattManager1 communicates with external services using their properties. This patch adds the org.freedesktop.DBus.Properties interface to the list of allowed interfaces in the D-Bus configuration. --- src/bluetooth.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bluetooth.conf b/src/bluetooth.conf index ad8891a..10d2d36 100644 --- a/src/bluetooth.conf +++ b/src/bluetooth.conf @@ -18,7 +18,10 @@ <allow send_interface="org.bluez.Profile1"/> <allow send_interface="org.bluez.HeartRateWatcher1"/> <allow send_interface="org.bluez.CyclingSpeedWatcher1"/> + <allow send_interface="org.bluez.GattCharacteristic1"/> + <allow send_interface="org.bluez.GattDescriptor1"/> <allow send_interface="org.freedesktop.DBus.ObjectManager"/> + <allow send_interface="org.freedesktop.DBus.Properties"/> </policy> <policy at_console="true"> -- 2.2.0.rc0.207.ga3a616c -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html