diff options
| author | Etienne Ruffieux <eruffieux@google.com> | 2021-12-16 21:16:58 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-12-16 21:16:58 +0000 |
| commit | 70d456d06cf5f2ea7c2effb4e452a00c7759b787 (patch) | |
| tree | b560bcff2ee16e38303b8daf0c22f1568a5985ce /core/java/android/bluetooth/BluetoothDevice.java | |
| parent | d089108eacfeae4bdaf7ae4cf1454ce465a64756 (diff) | |
| parent | 770d50ed431dd16850b916c7adf7a9b89d443cc3 (diff) | |
Merge "Moved AttributionSource related APIs in AttributionSource"
Diffstat (limited to 'core/java/android/bluetooth/BluetoothDevice.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothDevice.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java index 9ff4dc3bb125..93f026860856 100644 --- a/core/java/android/bluetooth/BluetoothDevice.java +++ b/core/java/android/bluetooth/BluetoothDevice.java @@ -1177,7 +1177,7 @@ public final class BluetoothDevice implements Parcelable, Attributable { mAddress = address; mAddressType = ADDRESS_TYPE_PUBLIC; - mAttributionSource = BluetoothManager.resolveAttributionSource(null); + mAttributionSource = AttributionSource.myAttributionSource(); } /** {@hide} */ |
