Searched refs:ACTION_ALLOW_CONNECT (Results 1 – 2 of 2) sorted by relevance
60 static final String ACTION_ALLOW_CONNECT = "com.android.nfc.handover.action.ALLOW_CONNECT"; field in BluetoothPeripheralHandover176 filter.addAction(ACTION_ALLOW_CONNECT); in start()474 if (ACTION_ALLOW_CONNECT.equals(action)) { in handleIntent()
55 … Intent allowIntent = new Intent(BluetoothPeripheralHandover.ACTION_ALLOW_CONNECT); in onCreate()