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

Commit 80913c0e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents d4e51e02 31938e20
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";