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

Commit 0b5b35f8 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Fix BluetoothAdapter Connection change intent doc.

Bug: 3414206
Change-Id: Icf87e28e11b0b5072fe546225bbfb1dc68487ef0
parent cb9d4d28
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -296,12 +296,12 @@ public final class BluetoothAdapter {
     * can use this intent.
     *
     * <p>This intent will have 3 extras:
     * {@link #EXTRA_STATE} - The current state.
     * {@link #EXTRA_PREVIOUS_STATE}- The previous.
     * {@link #EXTRA_CONNECTION_STATE} - The current connection state.
     * {@link #EXTRA_PREVIOUS_CONNECTION_STATE}- The previous connection state.
     * {@link BluetoothDevice#EXTRA_DEVICE} - The remote device.
     *
     * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of
     * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
     * {@link #EXTRA_CONNECTION_STATE} or {@link #EXTRA_PREVIOUS_CONNECTION_STATE}
     * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
     * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
     *
     * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive.