Home
last modified time | relevance | path

Searched refs:SMP_PAIR_FLAG_ENC_AFTER_PAIR (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c569 p_cb->flags |= SMP_PAIR_FLAG_ENC_AFTER_PAIR; in smp_proc_pair_cmd()
885 p_cb->flags |= SMP_PAIR_FLAG_ENC_AFTER_PAIR; in smp_br_process_pairing_command()
1274 if (p_cb->flags & SMP_PAIR_FLAG_ENC_AFTER_PAIR) { in smp_check_auth_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h244 #define SMP_PAIR_FLAG_ENC_AFTER_PAIR (1 << 4) macro