OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_addr_type
(Results
1 - 7
of
7
) sorted by null
/system/bt/stack/btm/
btm_ble_addr.c
401
if ((p_dev_rec->ble.
static_addr_type
& (~BLE_ADDR_TYPE_ID_BIT)) !=
404
__func__, p_dev_rec->ble.
static_addr_type
, addr_type);
464
* p_static_addr_type = p_dev_rec->ble.
static_addr_type
;
526
p_acl->active_remote_addr_type = p_sec_rec->ble.
static_addr_type
;
btm_ble_privacy.c
460
if (btsnd_hcic_ble_rm_device_resolving_list(p_dev_rec->ble.
static_addr_type
,
470
UINT8_TO_STREAM(p, p_dev_rec->ble.
static_addr_type
);
540
if (btsnd_hcic_ble_read_resolvable_addr_peer(p_dev_rec->ble.
static_addr_type
,
803
p_dev_rec->ble.
static_addr_type
= p_dev_rec->ble.ble_addr_type;
808
rt = btsnd_hcic_ble_add_device_resolving_list(p_dev_rec->ble.
static_addr_type
,
818
UINT8_TO_STREAM(p, p_dev_rec->ble.
static_addr_type
);
[
all
...]
btm_ble_bgconn.c
162
started = btsnd_hcic_ble_add_white_list(p_dev_rec->ble.
static_addr_type
,
172
started = btsnd_hcic_ble_remove_from_white_list(p_dev_rec->ble.
static_addr_type
, p_dev_rec->ble.static_addr);
btm_int.h
474
tBLE_ADDR_TYPE
static_addr_type
; /* static address type */
member in struct:__anon73589
[
all
...]
btm_ble_gap.c
[
all
...]
btm_acl.c
185
* p_addr_type = p_dev_rec->ble.
static_addr_type
;
[
all
...]
btm_ble.c
[
all
...]
Completed in 1002 milliseconds