Searched refs:bluetoothAdapter (Results 1 – 2 of 2) sorted by relevance
70 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in startDiscovery() local72 if (bluetoothAdapter.isDiscovering()) { in startDiscovery()73 bluetoothAdapter.cancelDiscovery(); in startDiscovery()76 Set<BluetoothDevice> pairedDevices = bluetoothAdapter.getBondedDevices(); in startDiscovery()85 if (!bluetoothAdapter.isEnabled()) { in startDiscovery()86 bluetoothAdapter.enable(); in startDiscovery()89 bluetoothAdapter.startDiscovery(); in startDiscovery()
88 … private Object bluetoothAdapter = Robolectric.newInstanceOf("android.bluetooth.BluetoothAdapter"); field in ShadowApplication507 return bluetoothAdapter; in getBluetoothAdapter()