• Home
  • Raw
  • Download

Lines Matching refs:bda

151     uint16_t evt_type, uint8_t addr_type, const RawAddress& bda,
774 if ((p_dev_rec = btm_find_or_alloc_dev(p_cb->direct_bda.bda)) != NULL && in btm_set_conn_mode_adv_init_addr()
790 p_peer_addr_ptr = p_cb->direct_bda.bda; in btm_set_conn_mode_adv_init_addr()
1331 void btm_ble_read_remote_name_cmpl(bool status, const RawAddress& bda, in btm_ble_read_remote_name_cmpl() argument
1346 btm_process_remote_name(&bda, bd_name, length + 1, hci_status); in btm_ble_read_remote_name_cmpl()
1347 btm_sec_rmt_name_request_complete(&bda, (uint8_t*)p_name, hci_status); in btm_ble_read_remote_name_cmpl()
1461 uint8_t btm_ble_is_discoverable(const RawAddress& bda, in btm_ble_is_discoverable() argument
1473 bda != p_cond->filter_cond.bdaddr_cond) { in btm_ble_is_discoverable()
1629 const RawAddress& bda, uint16_t evt_type, in btm_ble_update_inq_result() argument
1740 void btm_ble_process_adv_addr(RawAddress& bda, uint8_t* addr_type) { in btm_ble_process_adv_addr() argument
1743 bool match = btm_identity_addr_to_random_pseudo(&bda, addr_type, false); in btm_ble_process_adv_addr()
1745 VLOG(1) << __func__ << ": bda=" << bda; in btm_ble_process_adv_addr()
1747 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btm_ble_process_adv_addr()
1748 tBTM_SEC_DEV_REC* match_rec = btm_ble_resolve_random_addr(bda); in btm_ble_process_adv_addr()
1751 match_rec->ble.cur_rand_addr = bda; in btm_ble_process_adv_addr()
1753 if (btm_ble_init_pseudo_addr(match_rec, bda)) { in btm_ble_process_adv_addr()
1754 bda = match_rec->bd_addr; in btm_ble_process_adv_addr()
1757 bda = match_rec->ble.pseudo_addr; in btm_ble_process_adv_addr()
1770 RawAddress bda, direct_address; in btm_ble_process_ext_adv_pkt() local
1795 STREAM_TO_BDADDR(bda, p); in btm_ble_process_ext_adv_pkt()
1819 btm_ble_process_adv_addr(bda, &addr_type); in btm_ble_process_ext_adv_pkt()
1822 btm_ble_process_adv_pkt_cont(event_type, addr_type, bda, primary_phy, in btm_ble_process_ext_adv_pkt()
1834 RawAddress bda; in btm_ble_process_adv_pkt() local
1855 STREAM_TO_BDADDR(bda, p); in btm_ble_process_adv_pkt()
1872 btm_ble_process_adv_addr(bda, &addr_type); in btm_ble_process_adv_pkt()
1896 event_type, addr_type, bda, PHY_LE_1M, PHY_LE_NO_PACKET, NO_ADI_PRESENT, in btm_ble_process_adv_pkt()
1907 uint16_t evt_type, uint8_t addr_type, const RawAddress& bda, in btm_ble_process_adv_pkt_cont() argument
1930 is_start ? cache.Set(addr_type, bda, std::move(tmp)) in btm_ble_process_adv_pkt_cont()
1931 : cache.Append(addr_type, bda, std::move(tmp)); in btm_ble_process_adv_pkt_cont()
1937 DVLOG(1) << "Data not complete yet, waiting for more " << bda; in btm_ble_process_adv_pkt_cont()
1945 DVLOG(1) << " Waiting for scan response " << bda; in btm_ble_process_adv_pkt_cont()
1955 tINQ_DB_ENT* p_i = btm_inq_db_find(bda); in btm_ble_process_adv_pkt_cont()
1958 if (btm_inq_find_bdaddr(bda)) { in btm_ble_process_adv_pkt_cont()
1974 p_i = btm_inq_db_new(bda); in btm_ble_process_adv_pkt_cont()
1986 btm_ble_update_inq_result(p_i, addr_type, bda, evt_type, primary_phy, in btm_ble_process_adv_pkt_cont()
1990 uint8_t result = btm_ble_is_discoverable(bda, adv_data); in btm_ble_process_adv_pkt_cont()
1992 cache.Clear(addr_type, bda); in btm_ble_process_adv_pkt_cont()
2036 cache.Clear(addr_type, bda); in btm_ble_process_adv_pkt_cont()