OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peer_auth_req
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/smp/
smp_l2c.c
99
p_cb->loc_auth_req = p_cb->
peer_auth_req
= SMP_DEFAULT_AUTH_REQ;
smp_act.c
91
cb_data.io_req.auth_req = p_cb->
peer_auth_req
;
310
p_cb->
peer_auth_req
= auth_req;
370
STREAM_TO_UINT8(p_cb->
peer_auth_req
, p);
671
if (/*((p_cb->
peer_auth_req
& SMP_AUTH_BOND) ||
755
p_cb->
peer_auth_req
= %02x",
756
p_cb->peer_io_caps, p_cb->loc_io_caps, p_cb->
peer_auth_req
);
764
else if (SMP_NO_MITM_REQUIRED (p_cb->
peer_auth_req
) &&
810
((p_cb->
peer_auth_req
& SMP_AUTH_YN_BIT) != 0) &&
[
all
...]
smp_int.h
183
tSMP_AUTH_REQ
peer_auth_req
;
member in struct:__anon3983
smp_keys.c
428
UINT8_TO_STREAM(p, p_cb->
peer_auth_req
);
Completed in 168 milliseconds