docs(ble): Added BLE feature support status

This commit is contained in:
Wei Yu Han
2024-08-16 10:47:52 +08:00
parent deb18eb487
commit 93fe12f54c
13 changed files with 1006 additions and 2 deletions

View File

@@ -23,9 +23,11 @@ BT_DOCS = ['api-reference/bluetooth/esp_bt_defs.rst',
'api-reference/bluetooth/controller_vhci.rst',
'api-reference/bluetooth/index.rst']
BLE_DOCS = ['api-reference/bluetooth/bt_le.rst',
'api-guides/ble/index.rst',
BLE_DOCS = ['api-guides/ble/index.rst',
'api-guides/ble/overview.rst',
'api-guides/ble/ble-feature-support-status.rst',
'api-guides/ble/host-feature-support-status.rst',
'api-reference/bluetooth/bt_le.rst',
'api-reference/bluetooth/esp_gap_ble.rst',
'api-reference/bluetooth/esp_gatt_defs.rst',
'api-reference/bluetooth/esp_gatts.rst',