Home
last modified time | relevance | path

Searched defs:is_scannable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_reassembler.cc39 bool is_scannable = event_type & (1 << kScannableBit); in ProcessAdvertisingReport() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dextended_low_energy_scanner.cc223 bool is_scannable = report.event_type().scannable().Read(); in OnExtendedAdvertisingReportEvent() local
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py295 is_scannable: bool = False variable in Advertisement
453 def is_scannable(self) -> bool: member in AdvertisingType
532 is_scannable: bool = False variable in AdvertisingEventProperties
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc2122 bool is_scannable = ble_evt_type_is_scannable(evt_type); in btm_ble_process_adv_pkt_cont() local