Lines Matching refs:report
384 LeAdvertisingReport report{}; in TEST_F() local
385 report.event_type_ = AdvertisingEventType::ADV_DIRECT_IND; in TEST_F()
386 report.address_type_ = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST_F()
387 Address::FromString("12:34:56:78:9a:bc", report.address_); in TEST_F()
396 report.advertising_data_ = gap_data; in TEST_F()
400 test_hci_layer_->IncomingLeMetaEvent(LeAdvertisingReportBuilder::Create({report})); in TEST_F()
411 LeAdvertisingReport report{}; in TEST_F() local
412 report.event_type_ = AdvertisingEventType::ADV_DIRECT_IND; in TEST_F()
413 report.address_type_ = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST_F()
414 Address::FromString("12:34:56:78:9a:bc", report.address_); in TEST_F()
423 report.advertising_data_ = gap_data; in TEST_F()
427 test_hci_layer_->IncomingLeMetaEvent(LeAdvertisingReportBuilder::Create({report})); in TEST_F()
529 LeExtendedAdvertisingReport report{}; in TEST_F() local
530 report.connectable_ = 1; in TEST_F()
531 report.scannable_ = 0; in TEST_F()
532 report.address_type_ = DirectAdvertisingAddressType::PUBLIC_DEVICE_ADDRESS; in TEST_F()
533 Address::FromString("12:34:56:78:9a:bc", report.address_); in TEST_F()
549 report.advertising_data_ = advertising_data; in TEST_F()
553 test_hci_layer_->IncomingLeMetaEvent(LeExtendedAdvertisingReportBuilder::Create({report})); in TEST_F()