Searched defs:is_scannable (Results 1 – 4 of 4) sorted by relevance
39 bool is_scannable = event_type & (1 << kScannableBit); in ProcessAdvertisingReport() local
223 bool is_scannable = report.event_type().scannable().Read(); in OnExtendedAdvertisingReportEvent() local
295 is_scannable: bool = False variable in Advertisement453 def is_scannable(self) -> bool: member in AdvertisingType532 is_scannable: bool = False variable in AdvertisingEventProperties
2122 bool is_scannable = ble_evt_type_is_scannable(evt_type); in btm_ble_process_adv_pkt_cont() local