Home
last modified time | relevance | path

Searched full:esp_ble_mesh (Results 1 – 25 of 45) sorted by relevance

12

/hal_espressif-3.4.0/components/bt/
DCMakeLists.txt342 list(APPEND srcs "esp_ble_mesh/mesh_core/bluedroid_host/mesh_bearer_adapt.c")
349 "esp_ble_mesh/mesh_common/include"
350 "esp_ble_mesh/mesh_common/tinycrypt/include"
351 "esp_ble_mesh/mesh_core"
352 "esp_ble_mesh/mesh_core/include"
353 "esp_ble_mesh/mesh_core/storage"
354 "esp_ble_mesh/btc/include"
355 "esp_ble_mesh/mesh_models/common/include"
356 "esp_ble_mesh/mesh_models/client/include"
357 "esp_ble_mesh/mesh_models/server/include"
[all …]
Dcomponent.mk150 COMPONENT_SRCDIRS += esp_ble_mesh/mesh_core/bluedroid_host
156 COMPONENT_ADD_INCLUDEDIRS += esp_ble_mesh/mesh_common/include \
157 esp_ble_mesh/mesh_common/tinycrypt/include \
158 esp_ble_mesh/mesh_core \
159 esp_ble_mesh/mesh_core/include \
160 esp_ble_mesh/mesh_core/storage \
161 esp_ble_mesh/btc/include \
162 esp_ble_mesh/mesh_models/common/include \
163 esp_ble_mesh/mesh_models/client/include \
164 esp_ble_mesh/mesh_models/server/include \
[all …]
/hal_espressif-3.4.0/docs/zh_CN/api-guides/esp-ble-mesh/
Dble-mesh-architecture.rst241 * - :component_file:`access.c <bt/esp_ble_mesh/mesh_core/access.c>`
243 * - :component_file:`transport.c <bt/esp_ble_mesh/mesh_core/transport.c>`
245 * - :component_file:`net.c <bt/esp_ble_mesh/mesh_core/net.c>`
247 * - :component_file:`adv.c <bt/esp_ble_mesh/mesh_core/adv.c>`
263 * - :component_file:`prov.c <bt/esp_ble_mesh/mesh_core/prov.c>`
265 * - :component_file:`proxy_server.c <bt/esp_ble_mesh/mesh_core/proxy_server.c>`
267 * - :component_file:`beacon.c <bt/esp_ble_mesh/mesh_core/beacon.c>`
278 * - :component_file:`provisioner_prov.c <bt/esp_ble_mesh/mesh_core/provisioner_prov.c>`
280 * - :component_file:`proxy_client.c <bt/esp_ble_mesh/mesh_core/proxy_client.c>`
282 * - :component_file:`provisioner_main.c <bt/esp_ble_mesh/mesh_core/provisioner_main.c>`
[all …]
Dble-mesh-index.rst49 * 下载至 ESP32 开发板的示例应用 :example:`bluetooth/esp_ble_mesh/ble_mesh_node`。
76 进入 :example:`bluetooth/esp_ble_mesh/ble_mesh_node` 示例文件夹,运行 :code:`idf.py menuconfig` 选择所使用的开发板,然后运…
81 …:example:`bluetooth/esp_ble_mesh/ble_mesh_node` 示例编译成功后,用户可以运行 :code:`idf.py flash` 将编译生成的二进制文件下载至…
191 在 :example:`bluetooth/esp_ble_mesh/ble_mesh_node` 示例中,第一个 Generic OnOff Server Model 用来控制 **红色**,第二…
215esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md…
217esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md…
219esp_ble_mesh/ble_mesh_provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md>` - 展示了设备如何…
221esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_W…
223esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md>` - 该示例用于…
225 …节点,节点可以回复 Provisioner 的获取/设置消息,示例请见::example:`example code <bluetooth/esp_ble_mesh/ble_mesh_consol…
/hal_espressif-3.4.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-architecture.rst240 * - :component_file:`access.c <bt/esp_ble_mesh/mesh_core/access.c>`
242 * - :component_file:`transport.c <bt/esp_ble_mesh/mesh_core/transport.c>`
244 * - :component_file:`net.c <bt/esp_ble_mesh/mesh_core/net.c>`
246 * - :component_file:`adv.c <bt/esp_ble_mesh/mesh_core/adv.c>`
262 * - :component_file:`prov.c <bt/esp_ble_mesh/mesh_core/prov.c>`
264 * - :component_file:`proxy_server.c <bt/esp_ble_mesh/mesh_core/proxy_server.c>`
266 * - :component_file:`beacon.c <bt/esp_ble_mesh/mesh_core/beacon.c>`
277 * - :component_file:`provisioner_prov.c <bt/esp_ble_mesh/mesh_core/provisioner_prov.c>`
279 * - :component_file:`proxy_client.c <bt/esp_ble_mesh/mesh_core/proxy_client.c>`
281 * - :component_file:`provisioner_main.c <bt/esp_ble_mesh/mesh_core/provisioner_main.c>`
[all …]
Dble-mesh-feature-list.rst116 …* :example_file:`Tutorial <bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/BLE_Mesh_Nod…
117 …* :example_file:`Tutorial <bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/BLE_Mesh_Nod…
118 * :example:`Example <bluetooth/esp_ble_mesh/ble_mesh_node>`
120 …* :example_file:`Tutorial <bluetooth/esp_ble_mesh/ble_mesh_provisioner/tutorial/BLE_Mesh_Provision…
121 * :example:`Example <bluetooth/esp_ble_mesh/ble_mesh_provisioner>`
123 …* :example_file:`Fast Provisioning Client Model Tutorial <bluetooth/esp_ble_mesh/ble_mesh_fast_pro…
124 …* :example_file:`Fast Provisioning Server Model Tutorial <bluetooth/esp_ble_mesh/ble_mesh_fast_pro…
125 * :example:`Example <bluetooth/esp_ble_mesh/ble_mesh_fast_provision>`
128 …* :example_file:`Tutorial <bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coe…
129 * :example:`Example <bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist>`
[all …]
Dble-mesh-index.rst48 * Example application :example:`bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server` code to load to …
75 Enter the :example:`bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server` example directory, run :code…
80 After the :example:`bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server` example is compiled successf…
190 In the :example:`bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server` example, the first Generic OnOf…
214esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md…
216esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md…
218esp_ble_mesh/ble_mesh_provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md>` - shows h…
220esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_W…
222esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md>` - an ex…
224 … message from Provisioner, see :example:`example node code <bluetooth/esp_ble_mesh/ble_mesh_consol…
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/
DREADME.md10 …entation](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/index.html)
12 - [Getting Started](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/i…
13 - [Architecture](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/arhi…
14 - [Feature List](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_…
15 - [FAQ](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_mesh_faq.…
19 …LE-MESH Examples](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_ble_mesh)
21 …ted](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/index.html##get…
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/button
9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/light_driver
10 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init
11 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_nvs
DCMakeLists.txt5 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/button
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/light_driver
7 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_init
8 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_nvs)
/hal_espressif-3.4.0/docs/doxygen/
DDoxyfile58 $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_common_api.h \
59 …$(PROJECT_PATH)/components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_local_data_operation_api.…
60 $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_low_power_api.h \
61 $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_networking_api.h \
62 $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_provisioning_api.h \
63 $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_proxy_api.h \
64 $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_config_model_api.h \
65 $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_generic_model_api.h \
66 $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_health_model_api.h \
67 … $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_lighting_model_api.h \
[all …]
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/button \
9 $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init \
10 $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_nvs
DCMakeLists.txt5 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/button
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_init
7 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_nvs)
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/button \
9 $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init \
10 $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_nvs
DCMakeLists.txt5 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/button
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_init
7 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_nvs)
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init \
9 … $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
DCMakeLists.txt5 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_i…
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning)
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init \
9 … $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
DCMakeLists.txt5 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_i…
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning)
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/button \
9 $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init
DCMakeLists.txt5 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/button
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_init)
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init
9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisio…
DCMakeLists.txt5 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_i…
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/
DEspBleMesh.md15 …](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_p…
26 examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init

12