OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_remote_addr_type
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/btm/
btm_ble_addr.cc
463
p_acl->
active_remote_addr_type
= p_sec_rec->ble.static_addr_type;
466
p_acl->
active_remote_addr_type
= BLE_ADDR_RANDOM;
470
p_acl->
active_remote_addr_type
= rra_type;
474
BTM_TRACE_DEBUG("p_acl->
active_remote_addr_type
: %d ",
475
p_acl->
active_remote_addr_type
);
btm_int_types.h
106
uint8_t
active_remote_addr_type
; /* local device address type for this
member in struct:__anon113613
[
all
...]
btm_acl.cc
274
&p->
active_remote_addr_type
);
[
all
...]
btm_ble.cc
321
*p_addr_type = p->
active_remote_addr_type
;
[
all
...]
Completed in 184 milliseconds