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

Commit 3f75dc41 authored by Jeremy Wu's avatar Jeremy Wu Committed by Gerrit Code Review
Browse files

Merge "HFP: fix parameter to `ConnectAudio`"

parents 851fab54 d7334b28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ static jboolean connectAudioNative(JNIEnv* env, jobject object,
  ALOGI("%s: device %s", __func__,
        ADDRESS_TO_LOGGABLE_CSTR(*((RawAddress*)addr)));
  bt_status_t status =
      sBluetoothHfpInterface->ConnectAudio((RawAddress*)addr, false);
      sBluetoothHfpInterface->ConnectAudio((RawAddress*)addr, 0);
  if (status != BT_STATUS_SUCCESS) {
    ALOGE("Failed HF audio connection, status: %d", status);
  }