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/ |
D | ble_mesh_fast_prov_server_model.c | 317 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()
|
D | ble_mesh_fast_prov_server_model.h | 95 …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/ |
D | main.c | 407 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/ |
D | main.c | 419 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/ |
D | BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md | 277 …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/ |
D | esp_ble_mesh_defs.h | 1319 …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/ |
D | btc_ble_mesh_prov.c | 2135 param.set_fast_prov_action_comp.status_action = in btc_ble_mesh_prov_call_handler()
|