OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peer_io_caps
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/smp/
smp_act.c
368
STREAM_TO_UINT8(p_cb->
peer_io_caps
, p);
754
SMP_TRACE_DEBUG3 ("smp_decide_asso_model p_cb->
peer_io_caps
= %d p_cb->loc_io_caps = %d \
756
p_cb->
peer_io_caps
, p_cb->loc_io_caps, p_cb->peer_auth_req);
771
if (p_cb->
peer_io_caps
< SMP_IO_CAP_MAX && p_cb->loc_io_caps < SMP_IO_CAP_MAX)
774
model = smp_association_table[p_cb->role][p_cb->
peer_io_caps
][p_cb->loc_io_caps];
776
model = smp_association_table[p_cb->role][p_cb->loc_io_caps][p_cb->
peer_io_caps
];
[
all
...]
smp_int.h
179
tSMP_IO_CAP
peer_io_caps
;
member in struct:__anon3983
smp_keys.c
426
UINT8_TO_STREAM(p, p_cb->
peer_io_caps
);
Completed in 42 milliseconds