Home | History | Annotate | Download | only in opp

Lines Matching refs:ACTION_UUID

548                 // we expect framework send us Intent ACTION_UUID. otherwise we will fail
550 IntentFilter intentFilter = new IntentFilter(BluetoothDevice.ACTION_UUID);
562 if (intent.getAction().equals(BluetoothDevice.ACTION_UUID)) {
564 if (V) Log.v(TAG, "ACTION_UUID for device " + device);