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

Commit 4286af1d authored by Sanket Agarwal's avatar Sanket Agarwal
Browse files

Rename btif audio_focus_state -> set_audio_focus_state.

Bug: b/28065071
Change-Id: I0b84adfce2c72f03a81693e598c38e1469d7f022
parent 855104ed
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[] = {