OSDN Git Service

Automated import from //branches/donutburger/...@140890,140890
authorNick Pelly <>
Wed, 25 Mar 2009 01:51:06 +0000 (18:51 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 25 Mar 2009 01:51:06 +0000 (18:51 -0700)
core/java/android/server/BluetoothEventLoop.java

index 6be8eb9..6eabea4 100644 (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);