Searched defs:scan_result (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | scanner_client.py | 42 def on_scan_result(self, scan_result): argument 50 def on_advertisement_found(self, scanner_id, scan_result): argument 59 def on_advertisement_lost(self, scanner_id, scan_result): argument 207 def OnScanResult(self, scan_result): argument 216 def OnAdvertisementFound(self, scanner_id, scan_result): argument 226 def OnAdvertisementLost(self, scanner_id, scan_result): argument 292 def on_scan_result(self, scan_result): argument 301 def on_advertisement_found(self, scanner_id, scan_result): argument 316 def on_advertisement_lost(self, scanner_id, scan_result): argument
|
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/lib/ |
D | bt_constants.py | 55 scan_result = "BleScan{}onScanResults" variable
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 468 def on_scan_result(self, scan_result): argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 4119 let scan_result = ScanResult { in on_track_adv_found_lost() localVariable
|