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

Commit 31938e20 authored by Roopa Sattiraju's avatar Roopa Sattiraju
Browse files

Adding a SystemApi for RFCOMM test case in the CtsVerifier

Bug: 218545584
Test: Compile and test again apex presubmits
Change-Id: Idccd85979e71edf26042fc1ef90a4978663f22d4
Merged-In: I875b488694d73bf94a12b422df7766db67d6bee1
parent 0b3fcdf1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ package android.bluetooth {
    field public static final int ACTIVE_DEVICE_ALL = 2; // 0x2
    field public static final int ACTIVE_DEVICE_AUDIO = 0; // 0x0
    field public static final int ACTIVE_DEVICE_PHONE_CALL = 1; // 0x1
    field public static final String EXTRA_RFCOMM_LISTENER_ID = "android.bluetooth.adapter.extra.RFCOMM_LISTENER_ID";
  }

  public static interface BluetoothAdapter.OnMetadataChangedListener {
+2 −0
Original line number Diff line number Diff line
@@ -247,6 +247,8 @@ public final class BluetoothAdapter {
     *
     * @hide
     */
    @SystemApi
    @SuppressLint("ActionValue")
    public static final String EXTRA_RFCOMM_LISTENER_ID =
            "android.bluetooth.adapter.extra.RFCOMM_LISTENER_ID";