mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(ble): support ble sleep using 136 kHz RC on ESP32-C6
This commit is contained in:
@@ -525,6 +525,23 @@ config BT_LE_LL_SCA
|
||||
help
|
||||
Sleep clock accuracy of our device (in ppm)
|
||||
|
||||
config BT_LE_LL_PEER_SCA_SET_ENABLE
|
||||
bool "Enable to set constant peer SCA"
|
||||
default n
|
||||
help
|
||||
Enable setting of constant peer SCA, use this if peer device has SCA larger than 500 PPM.
|
||||
Enable this option, the controller will always use BT_LE_LL_PEER_SCA as the peer SCA value
|
||||
to calculate the window widening instead of the value received from peer device.
|
||||
|
||||
|
||||
config BT_LE_LL_PEER_SCA
|
||||
int "Constant peer sleep clock accuracy value"
|
||||
range 0 10000
|
||||
depends on BT_LE_LL_PEER_SCA_SET_ENABLE
|
||||
default 0
|
||||
help
|
||||
Set the sleep clock accuracy of peer device
|
||||
|
||||
config BT_LE_MAX_CONNECTIONS
|
||||
int "Maximum number of concurrent connections"
|
||||
depends on !BT_NIMBLE_ENABLED
|
||||
|
Reference in New Issue
Block a user