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

Commit 5ef20743 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Adding a SystemApi for RFCOMM test case in the CtsVerifier" am:...

Merge "Adding a SystemApi for RFCOMM test case in the CtsVerifier" am: 80913c0e am: 0863b9dc am: e72c7e84

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1976749

Change-Id: I7e818398934317c1fe0ece2dacac390d10efbe40
parents bcd8433b e72c7e84
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";