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

Commit 90e0648e authored by Ömer Faruk Yılmaz's avatar Ömer Faruk Yılmaz
Browse files

Fix javadoc reference to BluetoothDevice#getAddressType() constants.

Bug: 366988067
Change-Id: I83fdc45cec4e9b08de11492e673b57d760626622
Flag: Exempt, javadoc
Test: m com.android.btservices
parent 91e35b08
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
     */