Searched refs:le_extended_advertising_report (Results 1 – 1 of 1) sorted by relevance
140 LeExtendedAdvertisingResponseRaw le_extended_advertising_report; in OnScanResult() local141 le_extended_advertising_report.address_type_ = (DirectAdvertisingAddressType)address_type; in OnScanResult()142 le_extended_advertising_report.address_ = address; in OnScanResult()143 le_extended_advertising_report.advertising_data_ = advertising_data; in OnScanResult()144 le_extended_advertising_report.rssi_ = rssi; in OnScanResult()145 advertisements.push_back(le_extended_advertising_report); in OnScanResult()