diff options
author | c_zding <c_zding@qti.qualcomm.com> | 2016-02-18 18:36:52 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-25 15:22:20 +0200 |
commit | b6cb8c2d1be015ebf91a45c7699fbd34eed9ec9f (patch) | |
tree | 5a092bf2aba4be0e067cf9219770fde230d284be /wifi | |
parent | e2a23b5ed98e0d51253306dcfe2e4f0483bed7b0 (diff) |
msm8996: wifi: Add API to configure the period or ratio between BT and WLAN
Add API to configure the period or ratio between BT and WLAN.
Several parameters which needed depending on the use case.
1) BT Paging/Page Scan.
2) A2DP.
3) BT Inquiry/Inquiry Scan.
4) Etc. (depends on current implementation of supported use case.)
Change-Id: I4cbe8308a66088b48a93c7582d658b655b584553
CRs-Fixed: 970861
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/WCNSS_qcom_cfg.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 13fb2b7..c072402 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -667,6 +667,21 @@ gEnableModulatedDTIM=2 gMaxLIModulatedDTIM=6 gSoftApMaxPeers=16 +# intervals length (in ms) during WLAN P2P (single vdev) + BT Paging +# min 20ms, max 200ms +gBTIntervalPageP2P=30 +gWLIntervalPageP2P=30 + +# intervals length (in ms) during WLAN STA (single vdev) + BT Paging +# min 20ms, max 200ms +gBTIntervalPageSTA=30 +gWLIntervalPageSTA=30 + +# intervals length (in ms) during WLAN SAP (single vdev) + BT Paging +# min 20ms, max 200ms +gBTIntervalPageSAP=30 +gWLIntervalPageSAP=30 + END # Note: Configuration parser would not read anything past the END marker |