Home
last modified time | relevance | path

Searched refs:startDiscovery (Results 1 – 5 of 5) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothDiscoveryHelper.java90 public void startDiscovery() { in startDiscovery() method in BluetoothDiscoveryHelper
110 bluetoothAdapter.startDiscovery(); in startDiscovery()
DBluetoothConnectionFacade.java601 return mBluetoothAdapter.startDiscovery(); in bluetoothDiscoverAndConnect()
627 return mBluetoothAdapter.startDiscovery(); in bluetoothDiscoverAndBond()
DBluetoothFacade.java356 return mBluetoothAdapter.startDiscovery(); in bluetoothStartDiscovery()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DBluetoothDeviceList.java63 mBluetoothHelper.startDiscovery(); in onStart()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java60 protected boolean startDiscovery() { in startDiscovery() method in ShadowBluetoothAdapter