Perform TWS handoff before shutting down the bud

Fixes audio pausing when you put one of them away
This commit is contained in:
Ben V. Brown 2022-12-29 23:17:17 +11:00
parent 34f5e0cd55
commit 28c94ee276
1 changed files with 1 additions and 1 deletions

View File

@ -1944,7 +1944,7 @@ int app_deinit(int deinit_case)
{
int nRet = 0;
TRACE(2,"%s case:%d",__func__, deinit_case);
app_tws_if_trigger_role_switch();
#ifdef WL_DET
app_mic_alg_audioloop(false,APP_SYSFREQ_78M);
#endif