-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
I am seeing some strange behaviour with the isDiscovering() call in BluetoothAdapter.
I am frequently getting the following error when calling stopDiscovery() despite the isDiscovering() function returning "true":
org.freedesktop.dbus.exceptions.DBusExecutionException: No discovery started
I guess this exception should also be caught in the BluetoothAdapter.stopDiscovery() function. I am also wondering whether initialising the internalDiscover
variable to false would help this although I guess that assumption could lead to other problems...
Metadata
Metadata
Assignees
Labels
No labels