docs(ble): Moved blufi to ble folder

This commit is contained in:
Yuhan Wei
2024-07-23 17:19:32 +08:00
committed by Wei Yu Han
parent 48bf83416a
commit 8379a45f4d
14 changed files with 59 additions and 48 deletions

View File

@@ -34,11 +34,11 @@ BLE_DOCS = ['api-reference/bluetooth/bt_le.rst',
'migration-guides/release-5.x/5.0/bluetooth-low-energy.rst']
BLE_MESH_DOCS = ['api-guides/ble/esp-ble-mesh/ble-mesh-index.rst',
'api-guides/ble/esp-ble-mesh/ble-mesh-feature-list.rst',
'api-guides/ble/esp-ble-mesh/ble-mesh-terminology.rst',
'api-guides/ble/esp-ble-mesh/ble-mesh-architecture.rst',
'api-guides/ble/esp-ble-mesh/ble-mesh-faq.rst',
BLE_MESH_DOCS = ['api-guides/esp-ble-mesh/ble-mesh-index.rst',
'api-guides/esp-ble-mesh/ble-mesh-feature-list.rst',
'api-guides/esp-ble-mesh/ble-mesh-terminology.rst',
'api-guides/esp-ble-mesh/ble-mesh-architecture.rst',
'api-guides/esp-ble-mesh/ble-mesh-faq.rst',
'api-reference/bluetooth/esp-ble-mesh.rst']
CLASSIC_BT_DOCS = ['api-reference/bluetooth/classic_bt.rst',