From 509d10b835eadd396b41fd4b3b4b5f1374d0d91d Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Thu, 29 Oct 2020 16:05:06 +0800 Subject: [PATCH] docs: fix broken bullet list in BT chapter --- docs/en/api-reference/bluetooth/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/api-reference/bluetooth/index.rst b/docs/en/api-reference/bluetooth/index.rst index 54843c735c..719373dbc7 100644 --- a/docs/en/api-reference/bluetooth/index.rst +++ b/docs/en/api-reference/bluetooth/index.rst @@ -14,6 +14,7 @@ Bluetooth API ESP-BLE-MESH ESP-IDF currently supports two host stacks. The Bluedroid based stack (default) supports classic Bluetooth as well as BLE. On the other hand, Apache NimBLE based stack is BLE only. For users to make a choice: + * For usecases involving classic Bluetooth as well as BLE, Bluedroid should be used. * For BLE-only usecases, using NimBLE is recommended. It is less demanding in terms of code footprint and runtime memory, making it suitable for such scenarios.