Home | History | Annotate | Download | only in accessories

Lines Matching refs:BluetoothScanner

38 import com.android.tv.settings.util.bluetooth.BluetoothScanner;
152 private final BluetoothScanner.Listener mBtListener = new BluetoothScanner.Listener() {
154 public void onDeviceAdded(BluetoothScanner.Device device) {
162 public void onDeviceRemoved(BluetoothScanner.Device device) {
347 BluetoothScanner.startListening(mContext, mBtListener, mBluetoothDeviceCriteria);
541 final boolean wasListening = BluetoothScanner.stopListening(mBtListener);
542 BluetoothScanner.stopNow();
624 BluetoothScanner.stopListening(mBtListener);
625 BluetoothScanner.stopNow();