diff options
| author | Jaikumar Ganesh <jaikumar@google.com> | 2011-06-22 17:05:21 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-22 17:05:21 -0700 |
| commit | ae16cd8137df2ff52ecfb29e1bee7b764763180f (patch) | |
| tree | b234da15ad427e7ce7553f455728328acd3298d2 /core/java | |
| parent | ac3e355bc902c2ea66ad5f64ad182f6312066d64 (diff) | |
| parent | 78ff1a658b9eac751228ff64ca7f415a9a00e738 (diff) | |
Merge "Get the profile proxies after the BT Service is up."
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/server/BluetoothBondState.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/server/BluetoothBondState.java b/core/java/android/server/BluetoothBondState.java index 39c3c8854533..5fa8836c1d9c 100644 --- a/core/java/android/server/BluetoothBondState.java +++ b/core/java/android/server/BluetoothBondState.java @@ -79,7 +79,6 @@ class BluetoothBondState { mService = service; mBluetoothInputProfileHandler = BluetoothInputProfileHandler.getInstance(mContext, mService); - getProfileProxy(); } synchronized void setPendingOutgoingBonding(String address) { @@ -109,6 +108,7 @@ class BluetoothBondState { mState.put(mService.getAddressFromObjectPath(device).toUpperCase(), BluetoothDevice.BOND_BONDED); } + getProfileProxy(); } public synchronized void setBondState(String address, int state) { |
