qcacld-3.0: Set the default BT Low RSSI Threshold to -65dbm
Currently the default value of gSetBtLowRssiThreshold is -80 for both mobile and auto platforms. However, it should be -65 for mobile platforms. This change modifies the default value of gSetBtLowRssiThreshold to -65. Change-Id: Ib45e63984f8ce3bba0b4ae28c17e2e325e479a50 CRs-Fixed: 3599770
This commit is contained in:

committed by
Rahul Choudhary

parent
9c6c572a82
commit
897250389d
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012 - 2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -109,7 +109,7 @@
|
||||
* gSetBtLowRssiThreshold - Set BT low RSSI threshold for BTC mode switching
|
||||
* @Min: -100
|
||||
* @Max: 0
|
||||
* @Default: -80
|
||||
* @Default: -65
|
||||
*
|
||||
* Usage: External
|
||||
*
|
||||
@@ -119,7 +119,7 @@
|
||||
"gSetBtLowRssiThreshold", \
|
||||
-100, \
|
||||
0, \
|
||||
-80, \
|
||||
-65, \
|
||||
CFG_VALUE_OR_DEFAULT, \
|
||||
"BT Low RSSI Threshold")
|
||||
|
||||
|
Reference in New Issue
Block a user