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

Commit cd6e6d45 authored by Rahul Arya's avatar Rahul Arya
Browse files

Improve Javadoc for getConnectionHandle() API

Based on API review comments.

Bug: 266810914
Test: all existing
Change-Id: I2de84a49a1853f27f15957e36966f8f108f5ede9
parent 089b49b1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2226,6 +2226,10 @@ public final class BluetoothDevice implements Parcelable, Attributable {
     * Returns the ACL connection handle associated with an open connection to
     * this device on the given transport.
     *
     * This handle is a unique identifier for the connection while it remains
     * active. Refer to the Bluetooth Core Specification Version 5.4 Vol 4 Part E
     * Section 5.3.1 Controller Handles for details.
     *
     * @return the ACL handle, or {@link BluetoothDevice#ERROR} if no connection currently exists on
     *         the given transport.
     * @hide