Home
last modified time | relevance | path

Searched refs:fail_reason (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c286 switch (p_auth_cmpl->fail_reason) { in btc_dm_ble_auth_cmpl_evt()
370 switch (p_auth_cmpl->fail_reason) { in btc_dm_auth_cmpl_evt()
399 __FUNCTION__, p_auth_cmpl->fail_reason); in btc_dm_auth_cmpl_evt()
875 param.ble_security.auth_cmpl.fail_reason = p_data->auth_cmpl.fail_reason; in btc_dm_sec_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h710 …esp_ble_auth_fail_rsn_t fail_reason; /*!< The HCI reason/error code for failure when s… member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1257 sec_event.auth_cmpl.fail_reason = HCI_ERR_ILLEGAL_COMMAND; in bta_dm_bond()
3102 sec_event.auth_cmpl.fail_reason = HCI_SUCCESS; in bta_dm_new_link_key_cback()
3144 sec_event.auth_cmpl.fail_reason = (UINT8)result; in bta_dm_authentication_complete_cback()
4876 … 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-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h806 UINT8 fail_reason; /* The HCI reason/error code for when success=FALSE */ member