Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dle_report.h70 class ExtendedLeReport : public DirectedLeReport {
72 explicit ExtendedLeReport(const LeExtendedAdvertisingReport& advertisement) in ExtendedLeReport() function
Dle_scanning_manager.cc82 …advertising_report<LeExtendedAdvertisingReportView, LeExtendedAdvertisingReport, ExtendedLeReport>( in handle_scan_results()
/system/bt/main/shim/
Dbtm.cc229 std::shared_ptr<hci::ExtendedLeReport> extended_le_report = in on_advertisements()
230 std::static_pointer_cast<hci::ExtendedLeReport>(le_report); in on_advertisements()