From 461a9de7734d0588bebf5a49065403b07660f2ea Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 20 Sep 2018 10:11:12 +0300 Subject: [PATCH] doc: Bluetooth: Mention Mesh in the supported features Add Mesh to the supported features list of the Bluetooth stack. Signed-off-by: Johan Hedberg --- doc/subsystems/bluetooth/bluetooth.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/subsystems/bluetooth/bluetooth.rst b/doc/subsystems/bluetooth/bluetooth.rst index 67fc7248c76..78ac57b4ce2 100644 --- a/doc/subsystems/bluetooth/bluetooth.rst +++ b/doc/subsystems/bluetooth/bluetooth.rst @@ -29,6 +29,12 @@ Bluetooth stack: * Pairing support, including the Secure Connections feature from Bluetooth 4.2 +* Bluetooth Mesh support + + * Relay, Friend Node, Low-Power Node (LPN) and GATT Proxy features + * Both Provisioning bearers supported (PB-ADV & PB-GATT) + * Highly configurable, fits as small as 16k RAM devices + * IPSP/6LoWPAN for IPv6 connectivity over Bluetooth LE * IPSP node sample application in ``samples/bluetooth/ipsp``