public interface BluetoothDeviceDiscoverer
| Modifier and Type | Method and Description | 
|---|---|
void | 
disable()
Disables and clears discoverer. 
 | 
void | 
evictInactiveDevices(long currentTimeMillis)
Evicts inactive devices. 
 | 
void | 
performDiscovery(android.bluetooth.BluetoothDevice bluetoothDevice,
                int rssi,
                byte[] scanResult)
Performs discovery of specific Bluetooth devices. 
 | 
void performDiscovery(android.bluetooth.BluetoothDevice bluetoothDevice,
                      int rssi,
                      byte[] scanResult)
bluetoothDevice - the bluetooth devicerssi - the rssiscanResult - scan resultvoid evictInactiveDevices(long currentTimeMillis)
ActivityCheckConfiguration.getInactivityTimeout()currentTimeMillis - current system time millisvoid disable()