mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 20:05:09 +00:00
feat(ble): allow a larger sca limit on ESP32-H2
(cherry picked from commit abfc2d766e)
Co-authored-by: cjin <jinchen@espressif.com>
This commit is contained in:
@@ -546,10 +546,12 @@ config BT_LE_LL_DUP_SCAN_LIST_COUNT
|
||||
|
||||
config BT_LE_LL_SCA
|
||||
int "BLE Sleep clock accuracy"
|
||||
range 0 500
|
||||
range 0 3000
|
||||
default 60
|
||||
help
|
||||
Sleep clock accuracy of our device (in ppm)
|
||||
The Bluetooth LE spec requires a Sleep Clock Accuracy (SCA) of < ±500 ppm.
|
||||
This options allows for a larger value to enable the use of less accurate clock sources.
|
||||
|
||||
config BT_LE_LL_PEER_SCA_SET_ENABLE
|
||||
bool "Enable to set constant peer SCA"
|
||||
|
||||
Reference in New Issue
Block a user