Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dle_report.h27 … : report_type_(ReportType::ADVERTISING_EVENT), advertising_event_type_(advertisement.event_type_), in LeReport()
31 : report_type_(ReportType::DIRECTED_ADVERTISING_EVENT), address_(advertisement.address_), in LeReport()
34 : report_type_(ReportType::EXTENDED_ADVERTISING_EVENT), address_(advertisement.address_), in LeReport()
38 enum class ReportType { enum
43 const ReportType report_type_;
45 ReportType GetReportType() const { in GetReportType()
Dle_scanning_manager.cc97 template <class EventType, class ReportStructType, class ReportType>
115 param.push_back(std::shared_ptr<LeReport>(static_cast<LeReport*>(new ReportType(report)))); in handle_advertising_report()
/system/bt/gd/hci/facade/
Dle_scanning_manager_facade.cc71 case hci::LeReport::ReportType::ADVERTISING_EVENT: { in on_advertisements()
89 case hci::LeReport::ReportType::EXTENDED_ADVERTISING_EVENT: { in on_advertisements()
105 case hci::LeReport::ReportType::DIRECTED_ADVERTISING_EVENT: { in on_advertisements()
/system/bt/main/shim/
Dbtm.cc177 case hci::LeReport::ReportType::ADVERTISING_EVENT: { in on_advertisements()
223 case hci::LeReport::ReportType::DIRECTED_ADVERTISING_EVENT: in on_advertisements()
228 case hci::LeReport::ReportType::EXTENDED_ADVERTISING_EVENT: { in on_advertisements()