Searched defs:enableBluetooth (Results 1 – 8 of 8) sorted by relevance
199 private void enableBluetooth() { in enableBluetooth() method in BluetoothPowerPolicy
119 public void enableBluetooth() throws Throwable { in enableBluetooth() method in BluetoothGattMultiDevicesSnippet
112 private fun enableBluetooth() { in enableBluetooth() method
55 @get:ClassRule @JvmStatic val enableBluetooth = EnableBluetoothRule(true) constant
277 boolean enableBluetooth() { in enableBluetooth() method in PeripheralHandoverService
318 public void enableBluetooth() { in enableBluetooth() method in BluetoothOppManager
241 public void enableBluetooth() { in enableBluetooth() method in RangingManagerTest
523 Intent enableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in enableBluetoothIntent() local