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

Commit 42beb0f0 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android Partner Code Review
Browse files

Merge "Fix make update-api" into m-wireless-dev

parents 62ad27e8 b6792712
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -124,9 +124,6 @@ public final class BluetoothAdapter {
     * {@link #STATE_TURNING_ON},
     * {@link #STATE_ON},
     * {@link #STATE_TURNING_OFF},
     * {@link #STATE_BLE_TURNING_ON},
     * {@link #STATE_BLE_ON},
     * {@link #STATE_BLE_TURNING_OFF},
     */
    public static final String EXTRA_STATE =
            "android.bluetooth.adapter.extra.STATE";
@@ -137,9 +134,6 @@ public final class BluetoothAdapter {
     * {@link #STATE_TURNING_ON},
     * {@link #STATE_ON},
     * {@link #STATE_TURNING_OFF},
     * {@link #STATE_BLE_TURNING_ON},
     * {@link #STATE_BLE_ON},
     * {@link #STATE_BLE_TURNING_OFF},
     */
    public static final String EXTRA_PREVIOUS_STATE =
            "android.bluetooth.adapter.extra.PREVIOUS_STATE";
+0 −6
Original line number Diff line number Diff line
@@ -296,8 +296,6 @@ public final class BluetoothSap implements BluetoothProfile {
     * Set priority of the profile
     *
     * <p> The device should already be paired.
     *  Priority can be one of {@link #PRIORITY_ON} or
     * {@link #PRIORITY_OFF},
     *
     * @param device Paired bluetooth device
     * @param priority
@@ -325,10 +323,6 @@ public final class BluetoothSap implements BluetoothProfile {
    /**
     * Get the priority of the profile.
     *
     * <p> The priority can be any of:
     * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF},
     * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
     *
     * @param device Bluetooth device
     * @return priority of the device
     */