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/ |
D | main.c | 101 …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/ |
D | main.c | 146 …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/ |
D | main.c | 184 …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/ |
D | aligenie_demo.c | 871 …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, ¶m->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/ |
D | main.c | 169 …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/ |
D | main.c | 333 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/ |
D | main.c | 345 param->node_prov_enable_comp.err_code); in example_ble_mesh_provisioning_cb()
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 909 …} 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/ |
D | ble_mesh_register_cmd.c | 246 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/ |
D | btc_ble_mesh_prov.c | 1821 param.node_prov_enable_comp.err_code = bt_mesh_prov_enable(arg->node_prov_enable.bearers); in btc_ble_mesh_prov_call_handler()
|