diff --git a/examples/bluetooth/.build-test-rules.yml b/examples/bluetooth/.build-test-rules.yml index 5d9be851d3..c1cab5efa8 100644 --- a/examples/bluetooth/.build-test-rules.yml +++ b/examples/bluetooth/.build-test-rules.yml @@ -170,6 +170,15 @@ examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3: # config BT_NIMBLE_ENABLED does not depends on any soc cap +examples/bluetooth/nimble/ble_ancs: + <<: *bt_default_depends + enable: + - if: SOC_BLE_SUPPORTED == 1 + temporary: true + reason: the other targets are not tested yet + depends_filepatterns: + - examples/bluetooth/nimble/common/**/* + examples/bluetooth/nimble/ble_cte: <<: *bt_default_depends enable: