Home
last modified time | relevance | path

Searched refs:esp_ble_mesh_client_t (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_cfg_srv_model.h50 esp_ble_mesh_client_t cfg_cli;
69 extern esp_ble_mesh_client_t gen_onoff_cli;
87 extern esp_ble_mesh_client_t test_perf_cli;
Dble_mesh_cfg_srv_model.c117 esp_ble_mesh_client_t gen_onoff_cli;
152 esp_ble_mesh_client_t test_perf_cli = {
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/tutorial/
DBLE_Mesh_Provisioner_Example_Walkthrough.md114 static esp_ble_mesh_client_t config_client;
126 1. `static esp_ble_mesh_client_t config_client`: defines a variable `config_client` of the type `es…
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/
Dmain.c67 esp_ble_mesh_client_t config_client;
68 esp_ble_mesh_client_t gen_onoff_client;
69 esp_ble_mesh_client_t fast_prov_client = {
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dmain.c53 esp_ble_mesh_client_t config_client;
76 esp_ble_mesh_client_t fast_prov_client = {
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/
Dmain.c66 static esp_ble_mesh_client_t config_client;
67 static esp_ble_mesh_client_t onoff_client;
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c83 static esp_ble_mesh_client_t config_client;
89 static esp_ble_mesh_client_t vendor_client = {
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c65 esp_ble_mesh_client_t config_client;
88 esp_ble_mesh_client_t fast_prov_client = {
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dmain.c47 static esp_ble_mesh_client_t onoff_client;
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dmain.c67 static esp_ble_mesh_client_t config_client;
68 static esp_ble_mesh_client_t sensor_client;
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/
DBLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md243 esp_ble_mesh_client_t fast_prov_client = {
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h2045 } esp_ble_mesh_client_t; typedef