Perform TWS handoff before shutting down the bud
Fixes audio pausing when you put one of them away
This commit is contained in:
parent
34f5e0cd55
commit
28c94ee276
|
@ -1944,7 +1944,7 @@ int app_deinit(int deinit_case)
|
||||||
{
|
{
|
||||||
int nRet = 0;
|
int nRet = 0;
|
||||||
TRACE(2,"%s case:%d",__func__, deinit_case);
|
TRACE(2,"%s case:%d",__func__, deinit_case);
|
||||||
|
app_tws_if_trigger_role_switch();
|
||||||
#ifdef WL_DET
|
#ifdef WL_DET
|
||||||
app_mic_alg_audioloop(false,APP_SYSFREQ_78M);
|
app_mic_alg_audioloop(false,APP_SYSFREQ_78M);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue