Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1273 if (batch_scan_result_cache_.find(scanner_id) == batch_scan_result_cache_.end()) { in batch_scan_read_results()
1275 batch_scan_result_cache_.emplace(scanner_id, empty_data); in batch_scan_read_results()
1617 … scanner_id, 0x00, (int)report_format, total_num_of_records, batch_scan_result_cache_[scanner_id]); in on_batch_scan_read_result_complete()
1618 batch_scan_result_cache_.erase(scanner_id); in on_batch_scan_read_result_complete()
1621 batch_scan_result_cache_[scanner_id].insert( in on_batch_scan_read_result_complete()
1622 batch_scan_result_cache_[scanner_id].end(), raw_data.begin(), raw_data.end()); in on_batch_scan_read_result_complete()
1729 std::map<ScannerId, std::vector<uint8_t>> batch_scan_result_cache_; member