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

Commit 5bb42d7b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Improve Javadoc for getConnectionHandle() API"

parents d63ef1ec cd6e6d45
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2259,6 +2259,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