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

Commit a6ee7dc4 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 a0c1e149 309d4745
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[] = {