Home
last modified time | relevance | path

Searched refs:status_action (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/
Dble_mesh_fast_prov_server_model.c317 uint8_t status_net_key, status_action; in example_fast_prov_server_recv_msg() local
326 status_action = 0x01; /* status_action: fail */ in example_fast_prov_server_recv_msg()
331 net_buf_simple_add_u8(msg, status_action); in example_fast_prov_server_recv_msg()
508 …_t example_handle_fast_prov_action_set_comp_evt(esp_ble_mesh_model_t *model, uint8_t status_action) in example_handle_fast_prov_action_set_comp_evt() argument
528 net_buf_simple_add_u8(msg, status_action); in example_handle_fast_prov_action_set_comp_evt()
565 if (status_action == 0x00) { in example_handle_fast_prov_action_set_comp_evt()
Dble_mesh_fast_prov_server_model.h95 …t example_handle_fast_prov_action_set_comp_evt(esp_ble_mesh_model_t *model, uint8_t status_action);
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dmain.c407 param->set_fast_prov_action_comp.status_action); in example_ble_mesh_provisioning_cb()
409 param->set_fast_prov_action_comp.status_action); in example_ble_mesh_provisioning_cb()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c419 param->set_fast_prov_action_comp.status_action); in example_ble_mesh_provisioning_cb()
421 param->set_fast_prov_action_comp.status_action); in example_ble_mesh_provisioning_cb()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/
DBLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md277 …x_flag, status_unicast, status_net_idx, status_group, status_pri_prov, status_match, status_action|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h1319 …uint8_t status_action; /*!< Indicate the result of setting action of fast provisi… member
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2135 param.set_fast_prov_action_comp.status_action = in btc_ble_mesh_prov_call_handler()