Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_addr.c65 p_cb->own_addr_type = BLE_ADDR_RANDOM; in btm_gen_resolve_paddr_cmpl()
531 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_peer_resolvable_private_addr()
569 p->conn_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_gap.c689 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy()
742 UINT8 addr_type = BLE_ADDR_RANDOM; in btm_ble_resolve_random_addr_on_adv()
1011 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
1018 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
2617 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) in btm_ble_update_inq_result()
3173 if ((btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) && in btm_ble_adv_raddr_timer_timeout()
3181 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) { in btm_ble_refresh_raddr_timer_timeout()
Dbtm_ble_bgconn.c178 UINT8 addr_type = BTM_IS_PUBLIC_BDA(bd_addr) ? BLE_ADDR_PUBLIC : BLE_ADDR_RANDOM; in btm_add_dev_to_controller()
Dbtm_ble_multi_adv.c273 UINT8_TO_STREAM (pp, BLE_ADDR_RANDOM); in btm_ble_multi_adv_set_params()
Dbtm_ble.c1891 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && !addr_matched) in btm_ble_connected()
1962 btm_ble_refresh_peer_resolvable_private_addr(bda, peer_rpa, BLE_ADDR_RANDOM); in btm_ble_conn_complete()
Dbtm_acl.c180 * p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
/system/bt/stack/include/
Dbt_types.h498 #define BLE_ADDR_RANDOM 0x01 macro
502 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
/system/bt/btif/src/
Dbtif_gatt_client.c589 if ((p_btif_cb->addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name)) in btif_gattc_upstreams_evt()
1158 (p_cb->addr_type == BLE_ADDR_RANDOM) && in btgattc_handle_event()
/system/bt/stack/l2cap/
Dl2c_ble.c899 own_addr_type = 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.c2239 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) in bta_dm_discover_device()