Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c803 p_cb->flags |= SMP_PAIR_FLAG_HAVE_PEER_COMM; in smp_process_pairing_commitment()
1654 if (p_cb->flags & SMP_PAIR_FLAG_HAVE_PEER_COMM) { in smp_process_local_nonce()
1659 p_cb->flags &= ~SMP_PAIR_FLAG_HAVE_PEER_COMM; in smp_process_local_nonce()
1672 if (p_cb->flags & SMP_PAIR_FLAG_HAVE_PEER_COMM) { in smp_process_local_nonce()
1743 p_cb->flags &= ~SMP_PAIR_FLAG_HAVE_PEER_COMM; in smp_process_peer_nonce()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h247 #define SMP_PAIR_FLAG_HAVE_PEER_COMM (1 << 7) /* used to resolve race condition */ macro