Home | History | Annotate | Download | only in phone

Lines Matching refs:mBluetooth

146     private BluetoothController mBluetooth;
153 mBluetooth = Dependency.get(BluetoothController.class);
238 mBluetooth.addCallback(this);
266 mBluetooth.removeCallback(this);
410 if (mBluetooth != null) {
411 bluetoothEnabled = mBluetooth.isBluetoothEnabled();
412 if (mBluetooth.isBluetoothConnected()) {