diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-03-07 08:44:14 +0100 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-03-07 08:44:14 +0100 |
| commit | 9f67e6f6525bd4071609ff9edd6ce132d7ca1464 (patch) | |
| tree | 65b2dc22bb257c6dd4fc8be77762173b564c340c /src/libs/mynewt-nimble/nimble/syscfg.yml | |
| parent | 740b3d7b58dd92a6a6f99620a090ae4f05c03299 (diff) | |
| parent | ada942535718d48eec37cca4f50d678e7201dc67 (diff) | |
Merge branch 'develop' into recovery-firmware
# Conflicts:
# src/CMakeLists.txt
# src/displayapp/DisplayApp.h
# src/systemtask/SystemTask.cpp
# src/systemtask/SystemTask.h
Diffstat (limited to 'src/libs/mynewt-nimble/nimble/syscfg.yml')
| -rw-r--r-- | src/libs/mynewt-nimble/nimble/syscfg.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libs/mynewt-nimble/nimble/syscfg.yml b/src/libs/mynewt-nimble/nimble/syscfg.yml index 537fd9ba..35a6ef81 100644 --- a/src/libs/mynewt-nimble/nimble/syscfg.yml +++ b/src/libs/mynewt-nimble/nimble/syscfg.yml @@ -77,6 +77,19 @@ syscfg.defs: integer for easy comparison. range: 50, 51, 52 value: 50 + BLE_ISO: + description: > + This enables LE Isochronous Channels as per Bluetooth v5.2 + value: 0 + restrictions: + - '(BLE_VERSION >= 52) if 1' + + BLE_ISO_TEST: + description: > + Enables BLE ISO Testing commands + value: 0 + restrictions: + - 'BLE_ISO if 1' # Allow periodic sync transfer only if 5.1 or higher syscfg.restrictions: |
