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