Lines Matching refs:bda

148     uint16_t evt_type, uint8_t addr_type, const RawAddress& bda,
820 if ((p_dev_rec = btm_find_or_alloc_dev(p_cb->direct_bda.bda)) != NULL &&
836 p_peer_addr_ptr = p_cb->direct_bda.bda;
915 p_cb->direct_bda.bda = p_dir_bda;
1435 void btm_ble_read_remote_name_cmpl(bool status, const RawAddress& bda,
1450 btm_process_remote_name(&bda, bd_name, length + 1, hci_status);
1451 btm_sec_rmt_name_request_complete(&bda, (uint8_t*)p_name, hci_status);
1565 uint8_t btm_ble_is_discoverable(const RawAddress& bda,
1577 bda != p_cond->filter_cond.bdaddr_cond) {
1733 const RawAddress& bda, uint16_t evt_type,
1844 void btm_ble_process_adv_addr(RawAddress& bda, uint8_t addr_type) {
1847 bool match = btm_identity_addr_to_random_pseudo(&bda, &addr_type, false);
1849 VLOG(1) << __func__ << ": bda=" << bda;
1851 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) {
1852 tBTM_SEC_DEV_REC* match_rec = btm_ble_resolve_random_addr(bda);
1855 match_rec->ble.cur_rand_addr = bda;
1857 if (btm_ble_init_pseudo_addr(match_rec, bda)) {
1858 bda = match_rec->bd_addr;
1861 bda = match_rec->ble.pseudo_addr;
1874 RawAddress bda, direct_address;
1899 STREAM_TO_BDADDR(bda, p);
1918 btm_ble_process_adv_addr(bda, addr_type);
1919 btm_ble_process_adv_pkt_cont(event_type, addr_type, bda, primary_phy,
1931 RawAddress bda;
1952 STREAM_TO_BDADDR(bda, p);
1965 btm_ble_process_adv_addr(bda, addr_type);
1989 event_type, addr_type, bda, PHY_LE_1M, PHY_LE_NO_PACKET, NO_ADI_PRESENT,
2000 uint16_t evt_type, uint8_t addr_type, const RawAddress& bda,
2022 is_start ? cache.Set(addr_type, bda, std::move(tmp))
2023 : cache.Append(addr_type, bda, std::move(tmp));
2029 DVLOG(1) << "Data not complete yet, waiting for more " << bda;
2037 DVLOG(1) << " Waiting for scan response " << bda;
2047 tINQ_DB_ENT* p_i = btm_inq_db_find(bda);
2050 if (btm_inq_find_bdaddr(bda)) {
2066 p_i = btm_inq_db_new(bda);
2078 btm_ble_update_inq_result(p_i, addr_type, bda, evt_type, primary_phy,
2082 uint8_t result = btm_ble_is_discoverable(bda, adv_data);
2084 cache.Clear(addr_type, bda);
2128 cache.Clear(addr_type, bda);