Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc138 AdvertisingReportMsg advertising_report_msg; in OnScanResult() local
151 advertising_report_msg.set_event(std::string(bytes.begin(), bytes.end())); in OnScanResult()
152 advertising_reports_.OnIncomingEvent(std::move(advertising_report_msg)); in OnScanResult()