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

Commit ff9c26bc authored by Adrian Roos's avatar Adrian Roos
Browse files

BluetoothDevice: remove duplicated javadoc in intdefs

Removes javadoc from field references in @IntDefs where
no javadoc is allowed, as it interferes with parsing.

Test: n/a
Change-Id: Ie49248611506565a42508e3b3225b36a17b3236b
parent 290e014f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1176,11 +1176,8 @@ public final class BluetoothDevice implements Parcelable, Attributable {
    @IntDef(
        prefix = { "TRANSPORT_" },
        value = {
            /** Allow host to automatically select a transport (dual-mode only) */
            TRANSPORT_AUTO,
            /** Use Classic or BR/EDR transport.*/
            TRANSPORT_BREDR,
            /** Use Low Energy transport.*/
            TRANSPORT_LE,
        }
    )
@@ -1270,11 +1267,8 @@ public final class BluetoothDevice implements Parcelable, Attributable {
    @IntDef(
        prefix = { "ADDRESS_TYPE_" },
        value = {
            /** Hardware MAC Address */
            ADDRESS_TYPE_PUBLIC,
            /** Address is either resolvable, non-resolvable or static.*/
            ADDRESS_TYPE_RANDOM,
            /** Address type is unknown or unavailable **/
            ADDRESS_TYPE_UNKNOWN,
        }
    )