Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_reassembler.cc40 bool is_scan_response = event_type & (1 << kScanResponseBit); in ProcessAdvertisingReport() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dextended_low_energy_scanner.cc224 bool is_scan_response = report.event_type().scan_response().Read(); in OnExtendedAdvertisingReportEvent() local
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py296 is_scan_response: bool = False variable in Advertisement