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

Commit 5d52217c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update javadoc for BluetoothPbapService#setConnectionPolicy to remove...

Merge "Update javadoc for BluetoothPbapService#setConnectionPolicy to remove erroneous statement that the profile will be connected if caller passes in BluetoothProfile.CONNECTION_POLICY_ALLOWED" am: 0781e871 am: c2534c89 am: b597c69e am: 65a62887 am: b9e6f459

Change-Id: I7e886e606a73cb435375ca40af27d4232add778b
parents 7a20e9da b9e6f459
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -471,8 +471,7 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect
    }

    /**
     * Set connection policy of the profile and connects it if connectionPolicy is
     * {@link BluetoothProfile#CONNECTION_POLICY_ALLOWED} or disconnects if connectionPolicy is
     * Set connection policy of the profile and tries to disconnect it if connectionPolicy is
     * {@link BluetoothProfile#CONNECTION_POLICY_FORBIDDEN}
     *
     * <p> The device should already be paired.