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