Home
last modified time | relevance | path

Searched refs:SMP_PAIR_FAIL_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c298 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_generate_stk()
427 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_compute_csrk()
628 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_calculate_comfirm()
662 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_calculate_comfirm_cont()
830 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_generate_ltk_cont()
863 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_generate_y()
1330 reason = p_cb->failure = SMP_PAIR_FAIL_UNKNOWN; in smp_calculate_numeric_comparison_display_number()
1778 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_calculate_peer_dhkey_check()
2186 UINT8 failure = SMP_PAIR_FAIL_UNKNOWN; in smp_rand_back()
Dsmp_api.c232 UINT8 err_code = SMP_PAIR_FAIL_UNKNOWN; in SMP_PairCancel()
Dsmp_act.c2115 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_derive_link_key_from_long_term_key()
2140 tSMP_STATUS status = SMP_PAIR_FAIL_UNKNOWN; in smp_br_process_link_key()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h78 #define SMP_PAIR_FAIL_UNKNOWN 0x08 macro
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h687 #define BTA_DM_AUTH_SMP_UNKNOWN_ERR (BTA_DM_AUTH_FAIL_BASE + SMP_PAIR_FAIL_UNKNOWN)