Searched refs:ReportType (Results 1 – 4 of 4) sorted by relevance
27 … : 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 { enum43 const ReportType report_type_;45 ReportType GetReportType() const { in GetReportType()
97 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()
71 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()
177 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()