|
pure virtual |
Starts Bluetooth device discovery on the adapter with the specified address.
cb
will be invoked for each discovered device. The same device may be reported more than once. Discovery remains active until explicitly stopped by a call to stopDiscovery, or via other administrative means.
address | The address associated with the Bluetooth adapter. |
cb | The callback to invoke when a device is discovered. |