OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMP_NO_MITM_REQUIRED
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/smp/
smp_int.h
151
#define
SMP_NO_MITM_REQUIRED
(x) (((x) & SMP_AUTH_YN_BIT) == 0)
smp_act.c
764
else if (
SMP_NO_MITM_REQUIRED
(p_cb->peer_auth_req) &&
765
SMP_NO_MITM_REQUIRED
(p_cb->loc_auth_req))
[
all
...]
Completed in 27 milliseconds