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

Commit ad638075 authored by Srinu Jella's avatar Srinu Jella Committed by android-build-merger
Browse files

Set disable timer in case of any active ACL connection

am: e479cfbd

Change-Id: Ibd241e1dc6608a96576d9d4db4dcdd16f7c0d383
parents faf8aea5 e479cfbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -529,7 +529,7 @@ static void bta_dm_disable_timer_cback(void *data)

    APPL_TRACE_EVENT("%s trial %u", __func__, param);

    if ((BTM_GetNumAclLinks() && param) == 0)
    if (BTM_GetNumAclLinks() && (param == 0))
    {
        for(i=0; i<bta_dm_cb.device_list.count; i++)
        {