Home | History | Annotate | Download | only in pbap

Lines Matching refs:cancelIntent

274                 Intent cancelIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
275 cancelIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
276 cancelIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
278 sendBroadcast(cancelIntent);