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

Commit 0fe5125f authored by Chienyuan's avatar Chienyuan
Browse files

Mark LocalBluetoothAdapter as obsolete

Most of its API can replace by BluetoothAdapter directly.
In Q, we should remove it and use BluetoothAdapter instead.

Bug: 111810977
Test: build pass
Change-Id: Ibea3a5e7a14f356f0df6706bfa81c9360a074020
parent e9ea3c93
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,7 +35,10 @@ import java.util.Set;
 * <p>Connection and bonding state changes affecting specific devices
 * are handled by {@link CachedBluetoothDeviceManager},
 * {@link BluetoothEventManager}, and {@link LocalBluetoothProfileManager}.
 *
 * @deprecated use {@link BluetoothAdapter} instead.
 */
@Deprecated
public class LocalBluetoothAdapter {
    private static final String TAG = "LocalBluetoothAdapter";