diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-02-02 22:09:00 +0100 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-02-02 22:09:00 +0100 |
| commit | d90b7274fa8bbfa09f79660b45b550d91f7b0125 (patch) | |
| tree | 434e4aa362b0083eb9df7bea4f1358787174e5b4 /src/libs/mynewt-nimble/nimble/syscfg.yml | |
| parent | 9c35b6fe5dc889b589b979dd7c650c70f302854b (diff) | |
Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0dbcfe1
WARNING : heartbeat task is disabled!
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: |
