Searched refs:ScanningStateChangedHandler (Results 1 – 1 of 1) sorted by relevance
96 … addHandler(BluetoothAdapter.ACTION_DISCOVERY_STARTED, new ScanningStateChangedHandler(true)); in BluetoothEventManager()97 … addHandler(BluetoothAdapter.ACTION_DISCOVERY_FINISHED, new ScanningStateChangedHandler(false)); in BluetoothEventManager()290 private class ScanningStateChangedHandler implements Handler { class in BluetoothEventManager293 ScanningStateChangedHandler(boolean started) { in ScanningStateChangedHandler() method in BluetoothEventManager.ScanningStateChangedHandler