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

Commit 3511ebdc authored by Mingbo Zhang's avatar Mingbo Zhang Committed by Bruno Martins
Browse files

Add BluetoothQualityReport class(1/2)

BluetoothQualityReport class contains all the values
from firmware BQR event.

Change-Id: I92c8a34695cedfea2a8b94f67e702860653866d7
CRs-Fixed: 2472638
parent 1e19a670
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -248,6 +248,13 @@ public final class BluetoothDevice implements Parcelable {
     */
    public static final String EXTRA_NAME = "android.bluetooth.device.extra.NAME";

    /**
     * Used as a Parcelable {@link BluetoothQualityReport} extra field in
     * {@link #ACTION_REMOTE_ISSUE_OCCURRED} intent. It contains the {@link BluetoothQualityReport}.
     * @hide
     */
    public static final String EXTRA_BQR = "android.bluetooth.qti.extra.EXTRA_BQR";

    /**
     * Used as an optional short extra field in {@link #ACTION_FOUND} intents.
     * Contains the RSSI value of the remote device as reported by the
+1389 −0

File added.

Preview size limit exceeded, changes collapsed.