docs (Bluetooth): add bluetooth overview document

This commit is contained in:
Yi Ying
2023-07-27 19:57:31 +08:00
parent 8845767bc0
commit eafbd37e8f
8 changed files with 198 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ from esp_docs.conf_docs import * # noqa: F403,F401
if os.environ.get('IDF_PATH') is None:
raise RuntimeError('IDF_PATH should be set, run export.sh before building docs')
BT_DOCS = ['api-reference/bluetooth/bt_le.rst',
BT_DOCS = ['api-guides/bluetooth.rst',
'api-reference/bluetooth/bt_le.rst',
'api-reference/bluetooth/esp_bt_defs.rst',
'api-reference/bluetooth/esp_bt_device.rst',
'api-reference/bluetooth/esp_bt_main.rst',