forked from espressif/esp-idf
fix(ble_mesh): Miscellaneous update for ble mesh
This commit is contained in:
@@ -28,6 +28,7 @@ ESP-BLE-MESH APIs are divided into the following parts:
|
||||
* `ESP-BLE-MESH Definitions`_
|
||||
* `ESP-BLE-MESH Core API Reference`_
|
||||
* `ESP-BLE-MESH Models API Reference`_
|
||||
* `ESP-BLE-MESH (v1.1) Core API Reference`_
|
||||
|
||||
|
||||
ESP-BLE-MESH Definitions
|
||||
@@ -150,3 +151,78 @@ Lighting Client/Server Models
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_lighting_model_api.inc
|
||||
|
||||
|
||||
ESP-BLE-MESH (v1.1) Core API Reference
|
||||
--------------------------------------
|
||||
|
||||
.. note::
|
||||
|
||||
This section is a preview version, so the related structures, macros, and APIs may be changed.
|
||||
|
||||
This section contains ESP-BLE-MESH v1.1 Core related APIs, event types, event parameters, etc.
|
||||
|
||||
This API reference covers 10 components:
|
||||
|
||||
* `Remote Provisioning`_
|
||||
* `Directed Forwarding`_
|
||||
* `Subnet Bridge Configuration`_
|
||||
* `Mesh Private Beacon`_
|
||||
* `On-Demand Private Proxy`_
|
||||
* `SAR Configuration`_
|
||||
* `Solicitation PDU RPL Configuration`_
|
||||
* `Opcodes Aggregator`_
|
||||
* `Large Composition Data`_
|
||||
* `Composition and Metadata`_
|
||||
|
||||
|
||||
Remote Provisioning
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_rpr_model_api.inc
|
||||
|
||||
|
||||
Directed Forwarding
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_df_model_api.inc
|
||||
|
||||
Subnet Bridge Configuration
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_brc_model_api.inc
|
||||
|
||||
Mesh Private Beacon
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_prb_model_api.inc
|
||||
|
||||
On-Demand Private Proxy
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_odp_model_api.inc
|
||||
|
||||
SAR Configuration
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_sar_model_api.inc
|
||||
|
||||
Solicitation PDU RPL Configuration
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_srpl_model_api.inc
|
||||
|
||||
Opcodes Aggregator
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_agg_model_api.inc
|
||||
|
||||
Large Composition Data
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_lcd_model_api.inc
|
||||
|
||||
Composition and Metadata
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_cm_data_api.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user