Merge "Get the profile proxies after the BT Service is up."

This commit is contained in:
Jaikumar Ganesh
2011-06-22 17:05:21 -07:00
committed by Android (Google) Code Review

View File

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