mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
Merge branch 'feature/add_power_control_soc_cap' into 'master'
Add Power control specific soc capability See merge request espressif/esp-idf!22871
This commit is contained in:
@@ -591,7 +591,7 @@ config BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST
|
|||||||
|
|
||||||
config BT_NIMBLE_BLE_POWER_CONTROL
|
config BT_NIMBLE_BLE_POWER_CONTROL
|
||||||
bool "Enable support for BLE Power Control"
|
bool "Enable support for BLE Power Control"
|
||||||
depends on BT_NIMBLE_50_FEATURE_SUPPORT && (IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2)
|
depends on BT_NIMBLE_50_FEATURE_SUPPORT && SOC_BLE_POWER_CONTROL_SUPPORTED
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Set this option to enable the Power Control feature
|
Set this option to enable the Power Control feature
|
||||||
|
@@ -1206,3 +1206,7 @@ config SOC_BLE_50_SUPPORTED
|
|||||||
config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
|
config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_BLE_POWER_CONTROL_SUPPORTED
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
@@ -496,3 +496,4 @@
|
|||||||
#define SOC_ESP_NIMBLE_CONTROLLER (1) /*!< Support BLE EMBEDDED controller V1 */
|
#define SOC_ESP_NIMBLE_CONTROLLER (1) /*!< Support BLE EMBEDDED controller V1 */
|
||||||
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
|
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
|
||||||
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
|
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
|
||||||
|
#define SOC_BLE_POWER_CONTROL_SUPPORTED (1) /*!< Support Bluetooth Power Control */
|
||||||
|
@@ -1122,3 +1122,7 @@ config SOC_BLE_50_SUPPORTED
|
|||||||
config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
|
config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_BLE_POWER_CONTROL_SUPPORTED
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
@@ -480,3 +480,4 @@
|
|||||||
#define SOC_ESP_NIMBLE_CONTROLLER (1) /*!< Support BLE EMBEDDED controller V1 */
|
#define SOC_ESP_NIMBLE_CONTROLLER (1) /*!< Support BLE EMBEDDED controller V1 */
|
||||||
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
|
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
|
||||||
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
|
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
|
||||||
|
#define SOC_BLE_POWER_CONTROL_SUPPORTED (1) /*!< Support Bluetooth Power Control */
|
||||||
|
Reference in New Issue
Block a user