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

Commit 93b61799 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Rename btif audio_focus_state -> set_audio_focus_state."

parents 7f0f52c9 4286af1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ static jboolean disconnectA2dpNative(JNIEnv *env, jobject object, jbyteArray add
static void informAudioFocusStateNative(JNIEnv *env, jobject object, jint focus_state) {
    if (!sBluetoothA2dpInterface) return;

    sBluetoothA2dpInterface->audio_focus_state((uint8_t)focus_state);
    sBluetoothA2dpInterface->set_audio_focus_state((uint8_t)focus_state);

}
static JNINativeMethod sMethods[] = {