Merge "Cleanup documentation for LE CoC in BluetoothAdapter" am: 7b25698549

am: e93a622275

Change-Id: Ia23d8a96128420576d8b6ff5eae0075825df8c2f
This commit is contained in:
Stanley Tng
2018-04-16 19:08:53 -07:00
committed by android-build-merger

View File

@@ -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>