Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_reassembler.cc40 bool is_scan_response = event_type & (1 << kScanResponseBit); in ProcessAdvertisingReport() local
53 if (is_scan_response && (ignore_scan_responses_ || !ContainsFragment(key))) { in ProcessAdvertisingReport()
61 if (is_legacy && !is_scan_response) { in ProcessAdvertisingReport()
78 bool expect_scan_response = is_scannable && !is_scan_response && !ignore_scan_responses_; in ProcessAdvertisingReport()