Home
last modified time | relevance | path

Searched refs:BLE_ADDR_RANDOM (Results 1 – 15 of 15) sorted by relevance

/system/bt/types/
Dble_address_with_type.h24 #define BLE_ADDR_RANDOM 0x01 macro
34 case BLE_ADDR_RANDOM: in AddressTypeText()
53 constexpr uint8_t kBleAddressRandomDevice = BLE_ADDR_RANDOM;
/system/bt/stack/btm/
Dbtm_ble_addr.cc67 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) { in btm_ble_refresh_raddr_timer_timeout()
90 p_cb->own_addr_type = BLE_ADDR_RANDOM; in btm_gen_resolve_paddr_low()
Dbtm_ble_bgconn.cc241 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && in btm_add_dev_to_controller()
263 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && in btm_add_dev_to_controller()
Dbtm_ble_gap.cc696 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy()
835 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
842 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
1664 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
Dbtm_ble.cc1712 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM) { in btm_ble_connected()
2120 *p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
Dbtm_ble_multi_adv.cc252 p_inst->own_address_type = BLE_ADDR_RANDOM; in RegisterAdvertiser()
/system/bt/main/shim/
Dhelpers.h60 else if (legacy_type == BLE_ADDR_RANDOM) in ToAddressWithType()
91 legacy_address_with_type.type = BLE_ADDR_RANDOM; in ToLegacyAddressWithType()
Dle_scanning_manager.cc431 if ((addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name)) { in handle_remote_properties()
/system/bt/stack/acl/
Dbtm_ble_connection_establishment.cc112 (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(*bda)); in maybe_resolve_address()
Dbtm_acl.cc2260 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in acl_refresh_remote_address()
2394 p_acl->conn_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_local_resolvable_private_addr()
2763 .type = BLE_ADDR_RANDOM, in acl_create_le_connection_with_id()
/system/bt/btif/src/
Dbtif_ble_scanner.cc125 if ((addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name)) { in bta_scan_results_cb_impl()
Dbtif_gatt_client.cc309 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl()
Dbtif_dm.cc1973 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in btif_dm_create_bond_out_of_band()
/system/bt/stack/btu/
Dbtu_hcif.cc616 bool addr_is_rpa = peer_addr_type == BLE_ADDR_RANDOM && in btu_hcif_log_command_metrics()
/system/bt/bta/dm/
Dbta_dm_act.cc1672 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) in bta_dm_discover_device()