Searched defs:mBluetoothService (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothInputProfileHandler.java46 private BluetoothService mBluetoothService; field in class:BluetoothInputProfileHandler
52 mBluetoothService = service;
66 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress());
83 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress());
85 if (!mBluetoothService.connectInputDeviceNative(objectPath)) {
94 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress());
110 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress());
112 if (!mBluetoothService.disconnectInputDeviceNative(objectPath)) {
195 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.INPUT_DEVICE, state,
H A DBluetoothPanProfileHandler.java61 private BluetoothService mBluetoothService; field in class:BluetoothPanProfileHandler
69 mBluetoothService = service;
103 if (mBluetoothService.getBluetoothState() != BluetoothAdapter.STATE_ON && value) {
131 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress());
152 if (mBluetoothService.connectPanDeviceNative(objectPath, "nap")) {
171 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress());
176 if (!mBluetoothService.disconnectPanServerDeviceNative(objectPath,
219 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress());
238 if (!mBluetoothService.disconnectPanServerDeviceNative(objectPath, device.getAddress(),
245 if (!mBluetoothService
[all...]
H A DBluetoothA2dpService.java64 private final BluetoothService mBluetoothService; field in class:BluetoothA2dpService
104 String path = mBluetoothService.getObjectPathFromAddress(address);
136 mBluetoothService = bluetoothService;
137 if (mBluetoothService == null) {
155 if (mBluetoothService.isEnabled())
158 mBluetoothService.setA2dpService(this);
183 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress());
197 String devices = mBluetoothService.getProperty("Devices", true);
201 String address = mBluetoothService.getAddressFromObjectPath(path);
203 ParcelUuid[] remoteUuids = mBluetoothService
[all...]
H A DBluetoothAdapterStateMachine.java117 private BluetoothService mBluetoothService; field in class:BluetoothAdapterStateMachine
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
[all...]
H A DBluetoothHealthProfileHandler.java51 private BluetoothService mBluetoothService; field in class:BluetoothHealthProfileHandler
95 path = mBluetoothService.registerHealthApplicationNative(
98 path = mBluetoothService.registerHealthApplicationNative(
126 boolean result = mBluetoothService.unregisterHealthApplicationNative(
141 mBluetoothService.getObjectPathFromAddress(chan.mDevice.getAddress());
145 if (!mBluetoothService.createChannelNative(deviceObjectPath, configPath,
158 mBluetoothService = service;
208 mBluetoothService.getObjectPathFromAddress(device.getAddress());
275 mBluetoothService.getObjectPathFromAddress(device.getAddress());
277 mBluetoothService
[all...]
H A DBluetoothEventLoop.java54 private final BluetoothService mBluetoothService; field in class:BluetoothEventLoop
81 mBluetoothService.setPairingConfirmation(address, true);
87 String[] devices = mBluetoothService.listInState(BluetoothDevice.BOND_BONDING);
95 mBluetoothService.setBondState(address,
109 mBluetoothService = bluetoothService;
180 mBluetoothService.getDeviceProperties();
242 String address = mBluetoothService.getAddressFromObjectPath(deviceObjectPath);
261 mBluetoothService.onCreatePairedDeviceResult(address, result);
270 String address = mBluetoothService.getAddressFromObjectPath(deviceObjectPath);
271 if (!mBluetoothService
[all...]

Completed in 72 milliseconds