]> granicus.if.org Git - esp-idf/commitdiff
component/bt: Change the code format.
authorYulong <huangyulong@espressif.com>
Thu, 23 Nov 2017 11:42:04 +0000 (06:42 -0500)
committerYulong <huangyulong@espressif.com>
Thu, 23 Nov 2017 11:42:04 +0000 (06:42 -0500)
components/bt/bluedroid/stack/btm/btm_ble_gap.c

index 292c92ef0bd0d99a41c5d0f7c85fc5a9a271af56..f8be10940fa7e52f37aecac323a5f40303ea0e93 100644 (file)
@@ -3054,9 +3054,9 @@ static void btm_ble_recover_scan_params(void)
     if (p_inq->scan_params_set) {
         /// set back the scan params to the controller after stop the scan
         btsnd_hcic_ble_set_scan_params(p_inq->scan_type, p_inq->scan_interval,
-                                                                          p_inq->scan_window,
-                                                                          btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type,
-                                                                          p_inq->sfp);
+                                       p_inq->scan_window,
+                                       btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type,
+                                       p_inq->sfp);
     } else {
         /// set the default value if the scan params not set yet
         btm_update_scanner_filter_policy(SP_ADV_ALL);