Searched refs:BLE_ADDR_RANDOM (Results 1 – 11 of 11) sorted by relevance
65 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()
691 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy()744 UINT8 addr_type = BLE_ADDR_RANDOM; in btm_ble_resolve_random_addr_on_adv()1013 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()1020 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()2630 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) in btm_ble_update_inq_result()3186 if ((btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) && in btm_ble_adv_raddr_timer_timeout()3194 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) { in btm_ble_refresh_raddr_timer_timeout()
178 UINT8 addr_type = BTM_IS_PUBLIC_BDA(bd_addr) ? BLE_ADDR_PUBLIC : BLE_ADDR_RANDOM; in btm_add_dev_to_controller()
273 UINT8_TO_STREAM (pp, BLE_ADDR_RANDOM); in btm_ble_multi_adv_set_params()
1927 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && !addr_matched) in btm_ble_connected()1998 btm_ble_refresh_peer_resolvable_private_addr(bda, peer_rpa, BLE_ADDR_RANDOM); in btm_ble_conn_complete()
180 * p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
498 #define BLE_ADDR_RANDOM 0x01 macro502 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
595 if ((p_btif_cb->addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name)) in btif_gattc_upstreams_evt()1167 (p_cb->addr_type == BLE_ADDR_RANDOM) && in btgattc_handle_event()
2404 if (address_type == BLE_ADDR_PUBLIC || address_type == BLE_ADDR_RANDOM) { in btif_dm_create_bond_out_of_band()
878 own_addr_type = btm_cb.ble_ctr_cb.privacy_mode ? BLE_ADDR_RANDOM : BLE_ADDR_PUBLIC; in l2cble_init_direct_conn()
2239 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) in bta_dm_discover_device()