NimBLE: Added example framework for BLE PHY

This commit is contained in:
Isha Pardikar
2022-07-08 16:45:33 +05:30
committed by BOT
parent 5b39159e66
commit fed3d613db
16 changed files with 1593 additions and 0 deletions
+6
View File
@@ -99,6 +99,12 @@ examples/bluetooth/nimble/ble_l2cap_coc:
temporary: true
reason: the other targets are not tested yet
examples/bluetooth/nimble/ble_phy:
enable:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
temporary: true
reason: the other targets are not tested yet
examples/bluetooth/nimble/ble_spp:
enable:
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3"]