Home | History | Annotate | Download | only in server

Lines Matching refs:mBluetoothService

117     private BluetoothService mBluetoothService;
141 mBluetoothService = bluetoothService;
244 if (mBluetoothService.enableNative() != 0) {
271 mBluetoothService.disableNative();
276 if (!mBluetoothService.prepareBluetooth()) {
278 mBluetoothService.disableNative();
359 mBluetoothService.switchConnectable(true);
372 mBluetoothService.switchConnectable(true);
382 mBluetoothService.switchConnectable(true);
415 // This event matches mBluetoothService.switchConnectable action
418 mBluetoothService.setPairable();
419 mBluetoothService.initBluetoothAfterTurningOn();
424 mBluetoothService.runBluetooth();
451 mBluetoothService.switchConnectable(false);
508 if (mBluetoothService.isDiscovering()) {
509 mBluetoothService.cancelDiscovery();
511 if (!mBluetoothService.isApplicationStateChangeTrackerEmpty()) {
520 if (mBluetoothService.getAdapterConnectionState() !=
522 mBluetoothService.disconnectDevices();
526 mBluetoothService.switchConnectable(false);
590 if (mBluetoothService.getNumberOfApplicationStateChangeTrackers() > 1) {
612 mBluetoothService.getApplicationStateChangeCallbacks()) {
631 mBluetoothService.initBluetoothAfterTurningOn();
635 mBluetoothService.runBluetooth();
639 if (mBluetoothService.getAdapterConnectionState() !=
641 mBluetoothService.disconnectDevices();
657 mBluetoothService.getApplicationStateChangeCallbacks()) {
664 if (mBluetoothService.isApplicationStateChangeTrackerEmpty()) {
665 mBluetoothService.switchConnectable(false);
670 mBluetoothService.switchConnectable(false);
687 mBluetoothService.finishDisable();
689 mBluetoothService.cleanupAfterFinishDisable();
693 mBluetoothService.shutoffBluetooth();
695 mBluetoothService.cleanNativeAfterShutoffBluetooth();
708 mBluetoothService.getApplicationStateChangeCallbacks()) {
712 mBluetoothService.clearApplicationStateChangeTracker();