Home
last modified time | relevance | path

Searched refs:node_prov_enable_comp (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
Dmain.c101 …TAG, "ESP_BLE_MESH_NODE_PROV_ENABLE_COMP_EVT, err_code %d", param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dmain.c146 …TAG, "ESP_BLE_MESH_NODE_PROV_ENABLE_COMP_EVT, err_code %d", param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/
Dmain.c184 …TAG, "ESP_BLE_MESH_NODE_PROV_ENABLE_COMP_EVT, err_code %d", param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
Daligenie_demo.c871 …TAG, "ESP_BLE_MESH_NODE_PROV_ENABLE_COMP_EVT, err_code %d", param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
873 genie_event(GENIE_EVT_SDK_MESH_INIT, &param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
875 if (param->node_prov_enable_comp.err_code == -EALREADY) { in example_ble_mesh_provisioning_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/
Dmain.c169 …TAG, "ESP_BLE_MESH_NODE_PROV_ENABLE_COMP_EVT, err_code %d", param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dmain.c333 param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c345 param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h909 …} node_prov_enable_comp; /*!< Event parameter of ESP_BLE_MESH_NODE_PROV_ENABLE_… member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_register_cmd.c246 ble_mesh_callback_check_err_code(param->node_prov_enable_comp.err_code, "Node:EnBearer"); in ble_mesh_prov_cb()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1821 param.node_prov_enable_comp.err_code = bt_mesh_prov_enable(arg->node_prov_enable.bearers); in btc_ble_mesh_prov_call_handler()