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

Commit d1ba3a91 authored by Satya Calloji's avatar Satya Calloji Committed by Android Git Automerger
Browse files

am dfcf8cfc: scanWindow and interval are reversed

* commit 'dfcf8cfc':
  scanWindow and interval are reversed
parents 0d9735a0 dfcf8cfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -528,8 +528,8 @@ tBTM_STATUS btm_ble_set_batchscan_param(tBTM_BLE_BATCH_SCAN_MODE scan_mode,

    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);