Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc140 LeExtendedAdvertisingResponseRaw le_extended_advertising_report; in OnScanResult() local
141 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()