If it is not 32 chips, hide the configuration item:BT_BLE_RPA_SUPPORTED

This commit is contained in:
zhiweijian
2023-03-10 12:24:50 +08:00
parent 588626d64e
commit 7ad9e885e4
16 changed files with 43 additions and 4 deletions
@@ -1198,3 +1198,7 @@ config SOC_ESP_NIMBLE_CONTROLLER
config SOC_BLE_50_SUPPORTED
bool
default y
config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y
@@ -497,3 +497,4 @@
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_ESP_NIMBLE_CONTROLLER (1) /*!< Support BLE EMBEDDED controller V1 */
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */