Searched defs:enableBluetooth (Results 1 – 5 of 5) sorted by relevance
142 private void enableBluetooth(boolean enabled, BluetoothDevice... devices) { in enableBluetooth() method in BluetoothConstraintTest
379 private void enableBluetooth() { in enableBluetooth() method in BluetoothDeviceConnectionPolicy
248 boolean enableBluetooth() { in enableBluetooth() method in PeripheralHandoverService
318 public void enableBluetooth() { in enableBluetooth() method in BluetoothOppManager
527 Intent enableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in enableBluetoothIntent() local