summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Stanley Tng <stng@google.com> 2018-04-16 20:09:03 -0700
committer android-build-merger <android-build-merger@google.com> 2018-04-16 20:09:03 -0700
commiteebda160ecd1f8ca46a6717658c099e94cdfb199 (patch)
treed7c07e8e07be5c6d1286c019a256ad654ff4d3f2
parent376529581f5e4f1aaa67cbd1276453a25d6a2680 (diff)
parent87f82bc6dd62b75ac1369b2cd075c380f854c66b (diff)
Merge "Cleanup documentation for LE CoC in BluetoothAdapter" am: 7b25698549 am: e93a622275
am: 87f82bc6dd Change-Id: Ie524f355e9f664133045258ae2216282c86db53b
-rw-r--r--core/java/android/bluetooth/BluetoothAdapter.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java
index ee667c220779..1b6b5a01ec7e 100644
--- a/core/java/android/bluetooth/BluetoothAdapter.java
+++ b/core/java/android/bluetooth/BluetoothAdapter.java
@@ -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>