diff options
author | Bart Sears <bsears@google.com> | 2022-07-13 17:00:30 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-07-14 06:17:38 +0000 |
commit | ef1c055b5d9ce5a3c3917d2935f9c7220755e717 (patch) | |
tree | 73ddea70285e014faa255144549746647ece377f /framework/java/android/bluetooth/BluetoothDevice.java | |
parent | 9b46dea5cf7a042dbad04e599b7285e874c2d72c (diff) |
Revert "Fixes a bug in the BluetoothDevice#getIdentityAddress API where it"
This reverts commit 448c2830336794d350b1c7c4f62c3e406b172e32.
Reason for revert: b/238847789
Test: Clean revert of CL
Change-Id: I30941e8b9344e9dbaacaec5ca2c2046d149ed839
(cherry picked from commit bf9246b080ee80380d3fc5f20258294a69f81391)
Merged-In: I30941e8b9344e9dbaacaec5ca2c2046d149ed839
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothDevice.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothDevice.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothDevice.java b/framework/java/android/bluetooth/BluetoothDevice.java index e7a6ea0e84..5c91c9480b 100644 --- a/framework/java/android/bluetooth/BluetoothDevice.java +++ b/framework/java/android/bluetooth/BluetoothDevice.java @@ -1477,8 +1477,7 @@ public final class BluetoothDevice implements Parcelable, Attributable { * Returns the identity address of this BluetoothDevice. * <p> For example, "00:11:22:AA:BB:CC". * - * @return this device's identity address as a string or {@code null} if the identity - * address is either not known or is unable to be retrieved + * @return Bluetooth identity address as a string * @hide */ @SystemApi |