Searched defs:enableBluetooth (Results 1 – 4 of 4) sorted by relevance
225 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