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

Commit 289d3327 authored by Adrian Roos's avatar Adrian Roos Committed by Gerrit Code Review
Browse files

Merge "Remove dangling javadoc"

parents 622c92b7 5631b104
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,
        }
    )