Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DPeriodicAdvertisingManager.java157 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in registerSync()
185 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in unregisterSync()
201 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in transferSync()
248 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in transferSetInfo()
DBluetoothLeScanner.java251 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in startScan()
312 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in stopScan()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java701 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_onlyStartScanController()
708 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()
724 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()
742 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()
750 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBrDr_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()
768 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBrDr_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl321 IBinder getBluetoothScan(); in getBluetoothScan() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterServiceBinder.java2095 public IBinder getBluetoothScan() { in getBluetoothScan() method in AdapterServiceBinder
2097 return service == null ? null : service.getBluetoothScan(); in getBluetoothScan()
DAdapterService.java4052 IBinder getBluetoothScan() { in getBluetoothScan() method in AdapterService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2655 IBluetoothScan scan = getBluetoothScan(); in isHardwareTrackingFiltersAvailable()
4010 public @Nullable IBluetoothScan getBluetoothScan() { in getBluetoothScan() method in BluetoothAdapter
4014 return IBluetoothScan.Stub.asInterface(mService.getBluetoothScan()); in getBluetoothScan()