Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc2999 bool should_send_advertising_report = true; in ScanIncomingLeLegacyAdvertisingPdu() local
3003 should_send_advertising_report = false; in ScanIncomingLeLegacyAdvertisingPdu()
3010 if (LegacyAdvertising() && should_send_advertising_report && in ScanIncomingLeLegacyAdvertisingPdu()
3030 if (LegacyAdvertising() && should_send_advertising_report && in ScanIncomingLeLegacyAdvertisingPdu()
3061 if (ExtendedAdvertising() && should_send_advertising_report && in ScanIncomingLeLegacyAdvertisingPdu()
3121 } else if (!should_send_advertising_report) { in ScanIncomingLeLegacyAdvertisingPdu()
3489 bool should_send_advertising_report = true; in ScanIncomingLeExtendedAdvertisingPdu() local
3493 should_send_advertising_report = false; in ScanIncomingLeExtendedAdvertisingPdu()
3499 if (should_send_advertising_report && in ScanIncomingLeExtendedAdvertisingPdu()
3578 } else if (!should_send_advertising_report) { in ScanIncomingLeExtendedAdvertisingPdu()
[all …]