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

Commit d7a1d7ed authored by Stanley Tng's avatar Stanley Tng Committed by android-build-merger
Browse files

Merge "Cleanup documentation for LE CoC in BluetoothAdapter"

am: 7b25698549

Change-Id: I5e7633c73c7ed7f9257acb4fb891fbaec8202f63
parents 39e4b0be 11dc9095
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -80,8 +80,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
 * {@link #getBondedDevices()}; start device discovery with
 * {@link #startDiscovery()}; or 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 listenUsingL2capCoc(int)}; or start a scan for
 * #listenUsingRfcommWithServiceRecord(String, UUID)}; or start a scan for
 * Bluetooth LE devices with {@link #startLeScan(LeScanCallback callback)}.
 * </p>
 * <p>This class is thread safe.</p>