Home
last modified time | relevance | path

Searched refs:stopLeScan (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothAdapterTest.java124 bluetoothAdapter.stopLeScan(callback1); in testLeScan()
126 bluetoothAdapter.stopLeScan(callback2); in testLeScan()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java84 protected void stopLeScan(LeScanCallback callback) { in stopLeScan() method in ShadowBluetoothAdapter
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothLeScanFacade.java191 mBluetoothAdapter.stopLeScan(mLeScanCallback); in bleStopClassicBleScan()
960 mBluetoothAdapter.stopLeScan(mLeScanCallback); in shutdown()