Searched refs:ACTION_PAIRING_REQUEST (Results 1 – 5 of 5) sorted by relevance
584 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPairingConsent()607 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPasskeyConfirmation()630 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPasskey()695 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestPinCode()718 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onDisplayPasskey()731 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in sendDisplayPinIntent()752 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST); in onRequestOobData()
91 filter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in BluetoothBondState()490 if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
289 public static final String ACTION_PAIRING_REQUEST = field in BluetoothDevice
194 } else if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {249 filter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in BluetoothDeviceProfileState()
167 if (BluetoothDevice.ACTION_PAIRING_REQUEST.equals(intent.getAction())) { in onReceive()1400 BluetoothDevice.ACTION_PAIRING_REQUEST, in getPairReceiver()