Skip to content

Commit

Permalink
If it is not 32 chips, hide the configuration item:BT_BLE_RPA_SUPPORTED
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijian-Espressif committed Mar 20, 2023
1 parent a8f3205 commit 5724ee1
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/soc/esp32/include/soc/Kconfig.soc_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -838,3 +838,7 @@ config SOC_BLE_MESH_SUPPORTED
config SOC_BT_CLASSIC_SUPPORTED
bool
default y

config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default n
1 change: 1 addition & 0 deletions components/soc/esp32/include/soc/soc_caps.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,3 +412,4 @@
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_BT_CLASSIC_SUPPORTED (1) /*!< Support Bluetooth Classic hardware */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (0) /*!< Support BLE device privacy mode */
4 changes: 4 additions & 0 deletions components/soc/esp32c2/include/soc/Kconfig.soc_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -650,3 +650,7 @@ config SOC_ESP_NIMBLE_CONTROLLER
config SOC_BLE_50_SUPPORTED
bool
default y

config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y
1 change: 1 addition & 0 deletions components/soc/esp32c2/include/soc/soc_caps.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,4 @@
#define SOC_BLE_MESH_SUPPORTED (0) /*!< 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 */
4 changes: 4 additions & 0 deletions components/soc/esp32c3/include/soc/Kconfig.soc_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -958,3 +958,7 @@ config SOC_BLE_MESH_SUPPORTED
config SOC_BLE_50_SUPPORTED
bool
default y

config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y
1 change: 1 addition & 0 deletions components/soc/esp32c3/include/soc/soc_caps.h
Original file line number Diff line number Diff line change
Expand Up @@ -417,3 +417,4 @@
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
4 changes: 4 additions & 0 deletions components/soc/esp32c6/include/soc/Kconfig.soc_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions components/soc/esp32c6/include/soc/soc_caps.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
4 changes: 4 additions & 0 deletions components/soc/esp32h2/include/soc/Kconfig.soc_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -1098,3 +1098,7 @@ config SOC_ESP_NIMBLE_CONTROLLER
config SOC_BLE_50_SUPPORTED
bool
default y

config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y
1 change: 1 addition & 0 deletions components/soc/esp32h2/include/soc/soc_caps.h
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,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 */
4 changes: 4 additions & 0 deletions components/soc/esp32h4/include/soc/Kconfig.soc_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -858,3 +858,7 @@ config SOC_ESP_NIMBLE_CONTROLLER
config SOC_BLE_50_SUPPORTED
bool
default y

config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y
1 change: 1 addition & 0 deletions components/soc/esp32h4/include/soc/soc_caps.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,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 */
4 changes: 4 additions & 0 deletions components/soc/esp32s3/include/soc/Kconfig.soc_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -1238,3 +1238,7 @@ config SOC_BLE_MESH_SUPPORTED
config SOC_BLE_50_SUPPORTED
bool
default y

config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y
1 change: 1 addition & 0 deletions components/soc/esp32s3/include/soc/soc_caps.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,3 +503,4 @@
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */

0 comments on commit 5724ee1

Please sign in to comment.