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 - 5
of
5
) sorted by null
/system/bt/stack/smp/
smp_l2c.c
121
p_cb->loc_auth_req = p_cb->
peer_auth_req
= SMP_DEFAULT_AUTH_REQ;
189
SMP_TRACE_DEBUG ("in %s cmd = 0x%02x,
peer_auth_req
= 0x%02x,"
191
__FUNCTION__, cmd, p_cb->
peer_auth_req
, p_cb->loc_auth_req);
193
if ((p_cb->
peer_auth_req
& SMP_SC_SUPPORT_BIT) &&
274
p_cb->loc_auth_req = p_cb->
peer_auth_req
= 0;
smp_act.c
156
cb_data.io_req.auth_req = p_cb->
peer_auth_req
;
413
if ((p_cb->
peer_auth_req
& SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND))
435
if ((p_cb->
peer_auth_req
& SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND))
515
p_cb->
peer_auth_req
= auth_req;
582
STREAM_TO_UINT8(p_cb->
peer_auth_req
, p);
865
STREAM_TO_UINT8(p_cb->
peer_auth_req
, p);
[
all
...]
smp_utils.c
[
all
...]
smp_int.h
309
tSMP_AUTH_REQ
peer_auth_req
;
member in struct:__anon74003
smp_keys.c
483
UINT8_TO_STREAM(p, p_cb->
peer_auth_req
);
[
all
...]
Completed in 5779 milliseconds