Searched defs:enableBluetooth (Results 1 – 6 of 6) sorted by relevance
45 fun enableBluetooth() { in enableBluetooth() method
176 private void enableBluetooth() { in enableBluetooth() method in BluetoothPowerPolicy
192 private void enableBluetooth() { in enableBluetooth() method in NearbyManagerTest
249 boolean enableBluetooth() { in enableBluetooth() method in PeripheralHandoverService
335 public void enableBluetooth() { in enableBluetooth() method in BluetoothOppManager
523 Intent enableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in enableBluetoothIntent() local