Home
last modified time | relevance | path

Searched refs:ESP_BLE_MESH_RELAY_DISABLED (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
Dmain.c40 .relay = ESP_BLE_MESH_RELAY_DISABLED,
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dmain.c50 .relay = ESP_BLE_MESH_RELAY_DISABLED,
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/
Dmain.c36 .relay = ESP_BLE_MESH_RELAY_DISABLED,
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/
Dmain.c50 .relay = ESP_BLE_MESH_RELAY_DISABLED,
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dmain.c351 config_server.relay = ESP_BLE_MESH_RELAY_DISABLED; in example_ble_mesh_provisioning_cb()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/
Dmain.c70 .relay = ESP_BLE_MESH_RELAY_DISABLED,
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c363 config_server.relay = ESP_BLE_MESH_RELAY_DISABLED; in example_ble_mesh_provisioning_cb()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h93 #define ESP_BLE_MESH_RELAY_DISABLED 0x00 macro