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

Commit 31a0b3d0 authored by Adrian Roos's avatar Adrian Roos Committed by Automerger Merge Worker
Browse files

Merge "BluetoothDevice: remove duplicated javadoc in intdefs" am: a41f7f0d

parents 7428ca87 a41f7f0d
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,
        }
    )