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.c
526
p_acl->
active_remote_addr_type
= p_sec_rec->ble.static_addr_type;
531
p_acl->
active_remote_addr_type
= BLE_ADDR_RANDOM;
537
p_acl->
active_remote_addr_type
= rra_type;
541
BTM_TRACE_DEBUG("p_acl->
active_remote_addr_type
: %d ", p_acl->
active_remote_addr_type
);
btm_int.h
119
UINT8
active_remote_addr_type
; /* local device address type for this connection */
member in struct:__anon73986
[
all
...]
btm_acl.c
318
&p->
active_remote_addr_type
);
[
all
...]
btm_ble.c
345
*p_addr_type = p->
active_remote_addr_type
;
[
all
...]
Completed in 245 milliseconds