BtClient tries to call non-existing method
When BtClient
was split out in fcd08fae, _getDeviceInfos()
was removed and in the notify::default-adapter
handler the call to it got replaced with [...this._getDevices()].length
, but there is no _getDevices()
in BtClient
. Was this intended to be something like this._client.get_devices().get_n_items()
instead?