Searched refs:advertising_cache_ (Results 1 – 1 of 1) sorted by relevance
436 if (is_legacy && is_scan_response && !advertising_cache_.Exist(address_with_type)) { in process_advertising_package_content()442 …std::vector<uint8_t> const& adv_data = is_start ? advertising_cache_.Set(address_with_type, advert… in process_advertising_package_content()443 … : advertising_cache_.Append(address_with_type, advertising_data); in process_advertising_package_content()468 advertising_cache_.Clear(address_with_type); in process_advertising_package_content()1228 AdvertisingCache advertising_cache_; member