Merge "Get the profile proxies after the BT Service is up."
This commit is contained in:
committed by
Android (Google) Code Review
commit
ae16cd8137
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user