Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c579 reason = SMP_INVALID_PARAMETERS; in smp_proc_pair_cmd()
683 UINT8 reason = SMP_INVALID_PARAMETERS; in smp_proc_confirm()
708 UINT8 reason = SMP_INVALID_PARAMETERS;
729 UINT8 reason = SMP_INVALID_PARAMETERS; in smp_proc_rand()
753 UINT8 reason = SMP_INVALID_PARAMETERS; in smp_process_pairing_public_key()
794 UINT8 reason = SMP_INVALID_PARAMETERS; in smp_process_pairing_commitment()
817 UINT8 reason = SMP_INVALID_PARAMETERS; in smp_process_dhkey_check()
840 UINT8 reason = SMP_INVALID_PARAMETERS; in smp_process_keypress_notification()
895 reason = SMP_INVALID_PARAMETERS; in smp_br_process_pairing_command()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h80 #define SMP_INVALID_PARAMETERS 0x0A macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h711 #define BTA_DM_AUTH_SMP_INVALID_PARAMETERS (BTA_DM_AUTH_FAIL_BASE + SMP_INVALID_PARAMETERS)