Merge "GKI_exception on running longer batch scans" into lmp-dev
diff --git a/stack/btm/btm_ble_batchscan.c b/stack/btm/btm_ble_batchscan.c
index 5bc7677..b974786 100644
--- a/stack/btm/btm_ble_batchscan.c
+++ b/stack/btm/btm_ble_batchscan.c
@@ -509,8 +509,8 @@
 
     UINT8_TO_STREAM (pp_scan, BTM_BLE_BATCH_SCAN_SET_PARAMS);
     UINT8_TO_STREAM (pp_scan, scan_mode);
-    UINT32_TO_STREAM (pp_scan, scan_interval);
     UINT32_TO_STREAM (pp_scan, scan_window);
+    UINT32_TO_STREAM (pp_scan, scan_interval);
     UINT8_TO_STREAM (pp_scan, addr_type);
     UINT8_TO_STREAM (pp_scan, discard_rule);