am fc0c3b43: Merge "Set new PBAP connections to always allow." into lmp-dev

* commit 'fc0c3b43dfe420ef29dfa4fc576ffc486bc2266a':
  Set new PBAP connections to always allow.
This commit is contained in:
PauloftheWest
2014-07-30 18:25:01 +00:00
committed by Android Git Automerger

View File

@@ -539,7 +539,7 @@ final class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> {
if (bondState == BluetoothDevice.BOND_NONE) {
mProfiles.clear();
mConnectAfterPairing = false; // cancel auto-connect
setPhonebookPermissionChoice(ACCESS_UNKNOWN);
setPhonebookPermissionChoice(ACCESS_ALLOWED);
setMessagePermissionChoice(ACCESS_UNKNOWN);
mPhonebookRejectedTimes = 0;
savePhonebookRejectTimes();