Searched defs:confirm (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java72 int direction, String destination, int visibility, int confirm, int status,
82 mConfirm = confirm;
71 BluetoothOppShareInfo(int id, Uri uri, String hint, String filename, String mimetype, int direction, String destination, int visibility, int confirm, int status, int totalBytes, int currentBytes, int timestamp, boolean mediaScanned) argument
H A DBluetoothOppNotification.java52 * where there is an ongoing transfer, incoming transfer need confirm and
64 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '" field in class:BluetoothOppNotification
74 static final String WHERE_RUNNING = status + " AND " + visible + " AND " + confirm;
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java474 boolean confirm, byte[] value) {
478 srvcId.getUuid(), charInstanceId, charId.getUuid(), confirm, value);
1482 boolean confirm, byte[] value) {
1496 if (confirm) {
471 sendNotification(int serverIf, String address, int srvcType, int srvcInstanceId, ParcelUuid srvcId, int charInstanceId, ParcelUuid charId, boolean confirm, byte[] value) argument
1479 sendNotification(int serverIf, String address, int srvcType, int srvcInstanceId, UUID srvcUuid, int charInstanceId, UUID charUuid, boolean confirm, byte[] value) argument

Completed in 71 milliseconds