Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c478 reason = SMP_PAIR_AUTH_FAIL; in smp_proc_sec_req()
603 reason = SMP_PAIR_AUTH_FAIL; in smp_proc_pair_cmd()
619 reason = SMP_PAIR_AUTH_FAIL; in smp_proc_pair_cmd()
641 reason = SMP_PAIR_AUTH_FAIL; in smp_proc_pair_cmd()
658 reason = SMP_PAIR_AUTH_FAIL; in smp_proc_pair_cmd()
769 p_cb->status = SMP_PAIR_AUTH_FAIL; in smp_process_pairing_public_key()
770 p_cb->failure = SMP_PAIR_AUTH_FAIL; in smp_process_pairing_public_key()
771 reason = SMP_PAIR_AUTH_FAIL; in smp_process_pairing_public_key()
1427 uint8_t reason = SMP_PAIR_AUTH_FAIL; in smp_process_io_response()
1457 reason = SMP_PAIR_AUTH_FAIL; in smp_process_io_response()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h73 #define SMP_PAIR_AUTH_FAIL 0x03 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h704 #define BTA_DM_AUTH_SMP_PAIR_AUTH_FAIL (BTA_DM_AUTH_FAIL_BASE + SMP_PAIR_AUTH_FAIL)