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
107
p_cb->loc_auth_req = p_cb->
peer_auth_req
= SMP_DEFAULT_AUTH_REQ;
smp_act.c
95
cb_data.io_req.auth_req = p_cb->
peer_auth_req
;
331
p_cb->
peer_auth_req
= auth_req;
394
STREAM_TO_UINT8(p_cb->
peer_auth_req
, p);
702
if (/*((p_cb->
peer_auth_req
& SMP_AUTH_BOND) ||
787
p_cb->
peer_auth_req
= %02x",
788
p_cb->peer_io_caps, p_cb->loc_io_caps, p_cb->
peer_auth_req
);
796
else if (SMP_NO_MITM_REQUIRED (p_cb->
peer_auth_req
) &&
842
((p_cb->
peer_auth_req
& SMP_AUTH_YN_BIT) != 0) &&
[
all
...]
smp_int.h
183
tSMP_AUTH_REQ
peer_auth_req
;
member in struct:__anon6345
smp_keys.c
438
UINT8_TO_STREAM(p, p_cb->
peer_auth_req
);
Completed in 781 milliseconds