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

Commit f0cd8bda authored by Omair Kamil's avatar Omair Kamil Committed by Automerger Merge Worker
Browse files

Merge "Update documentation in BluetoothAdapter to direct users to...

Merge "Update documentation in BluetoothAdapter to direct users to BluetoothLeScanner for LE scans." into main am: a40afeca am: c94c5fe5

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3114617



Change-Id: I2cef52d9b0a59ee8c2a214b892c5abf50895023d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 95338141 c94c5fe5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -110,7 +110,8 @@ import java.util.function.BiFunction;
 * create a {@link BluetoothServerSocket} to listen for incoming RFComm connection requests with
 * {@link #listenUsingRfcommWithServiceRecord(String, UUID)}; listen for incoming L2CAP
 * Connection-oriented Channels (CoC) connection requests with {@link #listenUsingL2capChannel()};
 * or start a scan for Bluetooth LE devices with {@link #startLeScan(LeScanCallback callback)}.
 * or start a scan for Bluetooth LE devices with {@link BluetoothLeScanner#startScan(ScanCallback)}
 * using the scanner from {@link #getBluetoothLeScanner()}.
 *
 * <p>This class is thread safe. <div class="special reference">
 *