Automated import from //branches/donutburger/...@140890,140890
This commit is contained in:
committed by
The Android Open Source Project
parent
6443f60fc7
commit
19a5fed21c
@@ -343,7 +343,7 @@ class BluetoothEventLoop {
|
||||
|
||||
private void onPasskeyAgentCancel(String address) {
|
||||
address = address.toUpperCase();
|
||||
mPasskeyAgentRequestData.remove(address);
|
||||
mBluetoothService.cancelPin(address);
|
||||
Intent intent = new Intent(BluetoothIntent.PAIRING_CANCEL_ACTION);
|
||||
intent.putExtra(BluetoothIntent.ADDRESS, address);
|
||||
mContext.sendBroadcast(intent, BLUETOOTH_ADMIN_PERM);
|
||||
|
||||
Reference in New Issue
Block a user