Browse Source

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
jinbao liu 1 year ago
parent
commit
897250389d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      components/fw_offload/dispatcher/inc/cfg_coex.h

+ 4 - 4
components/fw_offload/dispatcher/inc/cfg_coex.h

@@ -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")