Home
last modified time | relevance | path

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

/system/bt/gd/hci/facade/
Dle_scanning_manager_facade.cc72 LeReportMsg le_report_msg; in on_advertisements() local
86 le_report_msg.set_event(std::string(bytes.begin(), bytes.end())); in on_advertisements()
87 pending_events_.OnIncomingEvent(std::move(le_report_msg)); in on_advertisements()
90 LeReportMsg le_report_msg; in on_advertisements() local
102 le_report_msg.set_event(std::string(bytes.begin(), bytes.end())); in on_advertisements()
103 pending_events_.OnIncomingEvent(std::move(le_report_msg)); in on_advertisements()
106 LeReportMsg le_report_msg; in on_advertisements() local
120 le_report_msg.set_event(std::string(bytes.begin(), bytes.end())); in on_advertisements()
121 pending_events_.OnIncomingEvent(std::move(le_report_msg)); in on_advertisements()
130 LeReportMsg le_report_msg; in on_timeout() local
[all …]