Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_addr.cc72 p_cb->own_addr_type = BLE_ADDR_RANDOM; in btm_gen_resolve_paddr_low()
351 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_peer_resolvable_private_addr()
381 p->conn_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_connection_establishment.cc139 (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(bda)); in btm_ble_conn_complete()
195 BLE_ADDR_RANDOM); in btm_ble_conn_complete()
Dbtm_ble_bgconn.cc213 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && in btm_add_dev_to_controller()
226 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && in btm_add_dev_to_controller()
Dbtm_ble_gap.cc610 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy()
755 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
762 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
1619 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
2241 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) { in btm_ble_refresh_raddr_timer_timeout()
Dbtm_ble_multi_adv.cc252 p_inst->own_address_type = BLE_ADDR_RANDOM; in RegisterAdvertiser()
Dbtm_ble.cc1893 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && !addr_matched) in btm_ble_connected()
Dbtm_acl.cc165 *p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
/system/bt/main/shim/
Dhelpers.h53 else if (legacy_type == BLE_ADDR_RANDOM) in ToAddressWithType()
/system/bt/stack/include/
Dbt_types.h743 #define BLE_ADDR_RANDOM 0x01 macro
748 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
/system/bt/btif/src/
Dbtif_ble_scanner.cc123 if ((addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name)) { in bta_scan_results_cb_impl()
Dbtif_gatt_client.cc273 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl()
Dbtif_dm.cc2336 if (address_type == BLE_ADDR_PUBLIC || address_type == BLE_ADDR_RANDOM) { in btif_dm_create_bond_out_of_band()
/system/bt/stack/btu/
Dbtu_hcif.cc677 bool addr_is_rpa = peer_addr_type == BLE_ADDR_RANDOM && in btu_hcif_log_command_metrics()
/system/bt/bta/dm/
Dbta_dm_act.cc1928 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) in bta_dm_discover_device()