Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_act.c537 p_cb->flags |= SMP_PAIR_FLAG_ENC_AFTER_PAIR; in smp_proc_pair_cmd()
816 p_cb->flags |= SMP_PAIR_FLAG_ENC_AFTER_PAIR; in smp_br_process_pairing_command()
1210 if (p_cb->flags & SMP_PAIR_FLAG_ENC_AFTER_PAIR) in smp_check_auth_req()
Dsmp_int.h248 #define SMP_PAIR_FLAG_ENC_AFTER_PAIR (1 << 4) macro