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

Commit 35069b6f authored by Adrian Roos's avatar Adrian Roos Committed by Automerger Merge Worker
Browse files

Merge "Remove dangling javadoc" am: 289d3327 am: aed4fb6c am: cb96ca35

parents b43922d4 cb96ca35
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3434,11 +3434,8 @@ public final class BluetoothDevice implements Parcelable, Attributable {
    @IntDef(
        prefix = { "FEATURE_" },
        value = {
            /** Remote support status of audio policy feature is unknown/unconfigured **/
            BluetoothStatusCodes.FEATURE_NOT_CONFIGURED,
            /** Remote support status of audio policy feature is supported **/
            BluetoothStatusCodes.FEATURE_SUPPORTED,
            /** Remote support status of audio policy feature is not supported **/
            BluetoothStatusCodes.FEATURE_NOT_SUPPORTED,
        }
    )