From d90b7274fa8bbfa09f79660b45b550d91f7b0125 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Tue, 2 Feb 2021 22:09:00 +0100 Subject: Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled! --- src/libs/mynewt-nimble/nimble/syscfg.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/libs/mynewt-nimble/nimble/syscfg.yml') 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: -- cgit v1.2.3