The Ubuntu System Settings log contains such a warning: 14:15:08,530 - WARNING - file:///usr/share/ubuntu/settings/system/qml- plugins/bluetooth/DevicePage.qml:156: TypeError: Cannot read property 'paired' of null
This corresponds to the pairing request that has been issued at the same time. 14:15:08 ubuntu-phablet bluetoothd[2278]: src/device.c:bonding_request_new() Requesting bonding for 38:C0:96:BC:D1:10 Which basically means that the user has clicked one of the discovered devices on the devices list. This triggers the pairing request. The error from the Ubuntu System Settings also means that the selectedDevice property has not been properly updated. This is set based on the device address and the query goes down to the devices model https://bazaar.launchpad.net/~system-settings-touch/ubuntu-system- settings/trunk/view/head:/plugins/bluetooth/devicemodel.cpp#L564. And it can fail only if there is no device of such address on an internal devices list. This list is updated with addDevice() call https://bazaar.launchpad.net/~system-settings-touch/ubuntu-system- settings/trunk/view/head:/plugins/bluetooth/devicemodel.cpp#L497. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552410 Title: Cannot pair mako with 2014 Subaru Forester To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1552410/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs