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

Commit f9140d6a authored by Ömer Faruk Yılmaz's avatar Ömer Faruk Yılmaz Committed by Gerrit Code Review
Browse files

Merge "Fix javadoc reference to BluetoothDevice#getAddressType() constants." into main

parents a735882d 90e0648e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1546,8 +1546,8 @@ public final class BluetoothDevice implements Parcelable, Attributable {
    }

    /**
     * Returns the address type of this BluetoothDevice, one of {@link ADDRESS_TYPE_PUBLIC}, {@link
     * ADDRESS_TYPE_RANDOM}, {@link ADDRESS_TYPE_ANONYMOUS}, or {@link ADDRESS_TYPE_UNKNOWN}.
     * Returns the address type of this BluetoothDevice, one of {@link #ADDRESS_TYPE_PUBLIC}, {@link
     * #ADDRESS_TYPE_RANDOM}, {@link #ADDRESS_TYPE_ANONYMOUS}, or {@link #ADDRESS_TYPE_UNKNOWN}.
     *
     * @return Bluetooth address type
     */