Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c1106 switch(p_auth_cmpl->fail_reason) in btif_dm_auth_cmpl_evt()
1141 __FUNCTION__, p_auth_cmpl->fail_reason); in btif_dm_auth_cmpl_evt()
2854 switch (p_auth_cmpl->fail_reason) in btif_dm_ble_auth_cmpl_evt()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c864 sec_event.auth_cmpl.fail_reason = HCI_ERR_ILLEGAL_COMMAND; in bta_dm_bond()
2971 sec_event.auth_cmpl.fail_reason = HCI_SUCCESS; in bta_dm_new_link_key_cback()
3013 sec_event.auth_cmpl.fail_reason = (UINT8)result; in bta_dm_authentication_complete_cback()
4948 … sec_event.auth_cmpl.fail_reason = BTA_DM_AUTH_CONVERT_SMP_CODE(((UINT8)p_data->complt.reason)); in bta_dm_ble_smp_cback()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h764 UINT8 fail_reason; /* The HCI reason/error code for when success=FALSE */ member