HomeSort by relevance Sort by last modified time
    Searched refs:static_addr_type (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/btm/
btm_ble_addr.cc 345 if ((p_dev_rec->ble.static_addr_type & (~BLE_ADDR_TYPE_ID_BIT)) !=
349 __func__, p_dev_rec->ble.static_addr_type, addr_type);
408 *p_static_addr_type = p_dev_rec->ble.static_addr_type;
463 p_acl->active_remote_addr_type = p_sec_rec->ble.static_addr_type;
btm_ble_privacy.cc 418 btsnd_hcic_ble_rm_device_resolving_list(p_dev_rec->ble.static_addr_type,
425 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type);
477 btsnd_hcic_ble_read_resolvable_addr_peer(p_dev_rec->ble.static_addr_type,
736 p_dev_rec->ble.static_addr_type = p_dev_rec->ble.ble_addr_type;
743 btsnd_hcic_ble_add_device_resolving_list(p_dev_rec->ble.static_addr_type,
749 btsnd_hcic_ble_set_privacy_mode(p_dev_rec->ble.static_addr_type,
758 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type);
btm_ble_bgconn.cc 189 background_connection_add(p_dev_rec->ble.static_addr_type,
btm_int_types.h 443 tBLE_ADDR_TYPE static_addr_type; /* static address type */ member in struct:__anon2171
    [all...]
btm_ble_gap.cc 826 *p_peer_addr_type = p_dev_rec->ble.static_addr_type;
    [all...]
btm_acl.cc 167 *p_addr_type = p_dev_rec->ble.static_addr_type;
    [all...]
btm_ble.cc     [all...]

Completed in 75 milliseconds