From 8a22a5bb49b237dba7a0d5282dbd61cce2f2362d Mon Sep 17 00:00:00 2001 From: EricB-ADI <122300463+EricB-ADI@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:46:58 -0500 Subject: [PATCH] docs(BLE): Updated documentation regarding BLE_periphs intentional use case (#778) --- Examples/MAX32655/BLE_periph/README.md | 2 ++ Examples/MAX32665/BLE_periph/README.md | 2 ++ Examples/MAX32690/BLE_periph/README.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Examples/MAX32655/BLE_periph/README.md b/Examples/MAX32655/BLE_periph/README.md index f825b4d0c10..59a1830ff79 100644 --- a/Examples/MAX32655/BLE_periph/README.md +++ b/Examples/MAX32655/BLE_periph/README.md @@ -1,6 +1,8 @@ # BLE_periph Refer to the [BLE_periph](../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. +# NOTE: BLE_periph is a bare bones example with no security and is not guaranteed nor intended to work with Windows, IOS, Android, etc. The example is only designed to operate with other embedded devices with loose security requirements. For a more fully featured application, please checkout BLE_dat(c/s) + ## Software ### Project Usage diff --git a/Examples/MAX32665/BLE_periph/README.md b/Examples/MAX32665/BLE_periph/README.md index f825b4d0c10..59a1830ff79 100644 --- a/Examples/MAX32665/BLE_periph/README.md +++ b/Examples/MAX32665/BLE_periph/README.md @@ -1,6 +1,8 @@ # BLE_periph Refer to the [BLE_periph](../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. +# NOTE: BLE_periph is a bare bones example with no security and is not guaranteed nor intended to work with Windows, IOS, Android, etc. The example is only designed to operate with other embedded devices with loose security requirements. For a more fully featured application, please checkout BLE_dat(c/s) + ## Software ### Project Usage diff --git a/Examples/MAX32690/BLE_periph/README.md b/Examples/MAX32690/BLE_periph/README.md index de174eff335..4c66022170f 100644 --- a/Examples/MAX32690/BLE_periph/README.md +++ b/Examples/MAX32690/BLE_periph/README.md @@ -1,6 +1,8 @@ # BLE_periph Refer to the [BLE_periph](../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. +# NOTE: BLE_periph is a bare bones example with no security and is not guaranteed nor intended to work with Windows, IOS, Android, etc. The example is only designed to operate with other embedded devices with loose security requirements. For a more fully featured application, please checkout BLE_dat(c/s) + ## Software ### Project Usage