/hal_espressif-2.7.6/components/wifi_provisioning/src/ |
D | wifi_config.c | 122 if (resp_data.fail_reason == WIFI_PROV_STA_AUTH_ERROR) { in cmd_get_status_handler() 123 resp_payload->fail_reason = WIFI_CONNECT_FAILED_REASON__AuthError; in cmd_get_status_handler() 124 } else if (resp_data.fail_reason == WIFI_PROV_STA_AP_NOT_FOUND) { in cmd_get_status_handler() 125 resp_payload->fail_reason = WIFI_CONNECT_FAILED_REASON__NetworkNotFound; in cmd_get_status_handler()
|
D | handlers.c | 86 wifi_prov_mgr_get_wifi_disconnect_reason(&resp_data->fail_reason); in get_status_handler()
|
/hal_espressif-2.7.6/tools/esp_prov/prov/ |
D | wifi_prov.py | 60 if cmd_resp1.resp_get_status.fail_reason == 0: 62 elif cmd_resp1.resp_get_status.fail_reason == 1:
|
/hal_espressif-2.7.6/components/wifi_provisioning/include/wifi_provisioning/ |
D | wifi_config.h | 65 wifi_prov_sta_fail_reason_t fail_reason; member
|
/hal_espressif-2.7.6/components/wifi_provisioning/proto/ |
D | wifi_config.proto | 14 WifiConnectFailedReason fail_reason = 10; field
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/core/ |
D | btc_dm.c | 279 switch (p_auth_cmpl->fail_reason) { in btc_dm_ble_auth_cmpl_evt() 363 switch (p_auth_cmpl->fail_reason) { in btc_dm_auth_cmpl_evt() 392 __FUNCTION__, p_auth_cmpl->fail_reason); in btc_dm_auth_cmpl_evt() 750 param.ble_security.auth_cmpl.fail_reason = p_data->auth_cmpl.fail_reason; in btc_dm_sec_cb_handler()
|
/hal_espressif-2.7.6/examples/provisioning/legacy/ble_prov/main/ |
D | app_prov_handlers.c | 78 app_prov_get_wifi_disconnect_reason(&resp_data->fail_reason); in get_status_handler()
|
/hal_espressif-2.7.6/examples/provisioning/legacy/softap_prov/main/ |
D | app_prov_handlers.c | 78 app_prov_get_wifi_disconnect_reason(&resp_data->fail_reason); in get_status_handler()
|
/hal_espressif-2.7.6/examples/provisioning/legacy/console_prov/main/ |
D | app_prov_handlers.c | 78 app_prov_get_wifi_disconnect_reason(&resp_data->fail_reason); in get_status_handler()
|
/hal_espressif-2.7.6/examples/provisioning/legacy/custom_config/main/ |
D | app_prov_handlers.c | 90 app_prov_get_wifi_disconnect_reason(&resp_data->fail_reason); in get_status_handler()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | ble_hidd_demo_main.c | 154 ESP_LOGE(HID_DEMO_TAG, "fail reason = 0x%x",param->ble_security.auth_cmpl.fail_reason); in gap_event_handler()
|
/hal_espressif-2.7.6/components/wifi_provisioning/proto-c/ |
D | wifi_config.pb-c.h | 66 WifiConnectFailedReason fail_reason; member
|
D | wifi_config.pb-c.c | 375 offsetof(RespGetStatus, fail_reason),
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 356 … ESP_LOGI(GATTS_TABLE_TAG, "fail reason = 0x%x",param->ble_security.auth_cmpl.fail_reason); in gap_event_handler()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 319 … ESP_LOGI(GATTS_TABLE_TAG, "fail reason = 0x%x",param->ble_security.auth_cmpl.fail_reason); in gap_event_handler()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 431 ESP_LOGI(GATTC_TAG, "fail reason = 0x%x",param->ble_security.auth_cmpl.fail_reason); in esp_gap_cb()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 474 ESP_LOGI(GATTC_TAG, "fail reason = 0x%x",param->ble_security.auth_cmpl.fail_reason); in esp_gap_cb()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 300 ESP_LOGI(BLE_ANCS_TAG, "fail reason = 0x%x",param->ble_security.auth_cmpl.fail_reason); in gap_event_handler()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 368 …TAG, "***** pair status = fail, reason = 0x%x *****\n", param->ble_security.auth_cmpl.fail_reason); in gap_event_handler()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_device/main/ |
D | esp_hid_gap.c | 496 ESP_LOGE(TAG, "BLE GAP AUTH ERROR: 0x%x", param->ble_security.auth_cmpl.fail_reason); in ble_gap_event_handler()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_gap.c | 496 ESP_LOGE(TAG, "BLE GAP AUTH ERROR: 0x%x", param->ble_security.auth_cmpl.fail_reason); in ble_gap_event_handler()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 606 …uint8_t fail_reason; /*!< The HCI reason/error code for when success=FALSE… member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 1196 sec_event.auth_cmpl.fail_reason = HCI_ERR_ILLEGAL_COMMAND; in bta_dm_bond() 3024 sec_event.auth_cmpl.fail_reason = HCI_SUCCESS; in bta_dm_new_link_key_cback() 3066 sec_event.auth_cmpl.fail_reason = (UINT8)result; in bta_dm_authentication_complete_cback() 4694 … sec_event.auth_cmpl.fail_reason = BTA_DM_AUTH_CONVERT_SMP_CODE(((UINT8)p_data->complt.reason)); in bta_dm_ble_smp_cback()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 784 UINT8 fail_reason; /* The HCI reason/error code for when success=FALSE */ member
|