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

Commit c60e011a authored by IHLHO KIM's avatar IHLHO KIM Committed by Omair Kamil
Browse files

Fix wrong parameter order of btm_send_hci_set_scan_params

Bug: 323308862
Change-Id: Ie2c0f417e1a697101b0c876a71b6957d179f24aa
Test: m -j
Flag: EXEMPT, trivial and obvious fix
parent 7ed0ae8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -570,7 +570,7 @@ tBTM_STATUS BTM_BleObserve(bool start, uint8_t duration, tBTM_INQ_RESULTS_CB* p_
                      ? BTM_BLE_SCAN_MODE_ACTI
                      : btm_cb.ble_ctr_cb.inq_var.scan_type;
      btm_send_hci_set_scan_params(btm_cb.ble_ctr_cb.inq_var.scan_type, (uint16_t)ll_scan_interval,
                                   (uint8_t)scan_phy, (uint16_t)ll_scan_window,
                                   (uint8_t)ll_scan_window, (uint16_t)scan_phy,
                                   btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type,
                                   BTM_BLE_DEFAULT_SFP);