Searched refs:ACTION_SCAN_MODE_CHANGED (Results 1 – 4 of 4) sorted by relevance
112 } else if (BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(intent.getAction())) { in onReceive()534 if (!BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(action)) { in discoverable()545 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); in discoverable()584 if (!BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(action)) { in undiscoverable()595 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); in undiscoverable()1391 BluetoothAdapter.ACTION_SCAN_MODE_CHANGED, in getBluetoothReceiver()
352 ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.action.SCAN_MODE_CHANGED"; field in BluetoothAdapter
5842 …field public static final java.lang.String ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.a…
7998 …field public static final String ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.action.SCAN…