From aef4bd1ced9208ae4b1d1975a2734dc82eaf838d Mon Sep 17 00:00:00 2001 From: Satya Calloji Date: Tue, 10 Jun 2014 16:52:25 -0700 Subject: [PATCH] Address allocation scheme for multiple advertisers bug 15329248 Change-Id: Ia5f2ce91f672c2c577dd3712a004f3cd3f573533 --- stack/btm/btm_ble_multi_adv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/btm/btm_ble_multi_adv.c b/stack/btm/btm_ble_multi_adv.c index ed9b9a537..0e909ed17 100644 --- a/stack/btm/btm_ble_multi_adv.c +++ b/stack/btm/btm_ble_multi_adv.c @@ -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; } } -- 2.11.0