Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae16cd81 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android (Google) Code Review
Browse files

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

parents ac3e355b 78ff1a65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {