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

Commit 34385498 authored by Satya Calloji's avatar Satya Calloji Committed by Prerepa Viswanadham
Browse files

Address allocation scheme for multiple advertisers

bug 15329248

Change-Id: Ia5f2ce91f672c2c577dd3712a004f3cd3f573533
parent 5033e67f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -714,7 +714,7 @@ tBTM_STATUS BTM_BleDisableAdvInstance (UINT8 inst_id)
            == BTM_CMD_STARTED)
         {
            btu_stop_timer(&btm_multi_adv_cb.adv_inst[inst_id-1].raddr_timer_ent);

            btm_ble_multi_adv_configure_rpa(&btm_multi_adv_cb.adv_inst[inst_id-1]);
            btm_multi_adv_cb.adv_inst[inst_id-1].inst_id = 0;
         }
     }