Automated import from //branches/donutburger/...@140890,140890

This commit is contained in:
Nick Pelly
2009-03-24 18:51:06 -07:00
committed by The Android Open Source Project
parent 6443f60fc7
commit 19a5fed21c

View File

@@ -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);