OSDN Git Service

Address allocation scheme for multiple advertisers
authorSatya Calloji <satyac@broadcom.com>
Tue, 10 Jun 2014 23:52:25 +0000 (16:52 -0700)
committerPrerepa Viswanadham <dham@google.com>
Wed, 18 Jun 2014 21:19:43 +0000 (14:19 -0700)
bug 15329248

Change-Id: Ia5f2ce91f672c2c577dd3712a004f3cd3f573533

stack/btm/btm_ble_multi_adv.c

index ed9b9a5..0e909ed 100644 (file)
@@ -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;
          }
      }