Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_addr.cc60 p_cb->own_addr_type = BLE_ADDR_RANDOM; in btm_gen_resolve_paddr_cmpl()
466 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_peer_resolvable_private_addr()
496 p->conn_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_gap.cc644 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy()
862 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
869 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
1811 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
2416 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) { in btm_ble_refresh_raddr_timer_timeout()
Dbtm_ble.cc1906 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && !addr_matched) in btm_ble_connected()
1988 BLE_ADDR_RANDOM); in btm_ble_conn_complete()
Dbtm_ble_multi_adv.cc283 p_inst->own_address_type = BLE_ADDR_RANDOM; in RegisterAdvertiser()
Dbtm_acl.cc162 *p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
/system/bt/stack/include/
Dbt_types.h723 #define BLE_ADDR_RANDOM 0x01 macro
728 #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.cc270 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl()
Dbtif_dm.cc2239 if (address_type == BLE_ADDR_PUBLIC || address_type == BLE_ADDR_RANDOM) { in btif_dm_create_bond_out_of_band()
/system/bt/stack/l2cap/
Dl2c_ble.cc877 btm_cb.ble_ctr_cb.privacy_mode ? BLE_ADDR_RANDOM : BLE_ADDR_PUBLIC; in l2cble_init_direct_conn()
/system/bt/bta/dm/
Dbta_dm_act.cc1909 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) in bta_dm_discover_device()