Searched refs:ACTION_SCAN_MODE_CHANGED (Results 1 – 4 of 4) sorted by relevance
118 } else if (BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(intent.getAction())) { in onReceive()577 if (!BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(action)) { in discoverable()588 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); in discoverable()627 if (!BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(action)) { in undiscoverable()638 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); in undiscoverable()1521 BluetoothAdapter.ACTION_SCAN_MODE_CHANGED, in getBluetoothReceiver()
376 ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.action.SCAN_MODE_CHANGED"; field in BluetoothAdapter
8674 ….Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_SCAN_MODE_CHANGED = "androi…
5842 …field public static final java.lang.String ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.a…