HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothService (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 54 private final BluetoothService mBluetoothService;
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);
276 if (!mBluetoothService.isRemoteDeviceInCache(address))
    [all...]
BluetoothAdapterStateMachine.java 130 private BluetoothService mBluetoothService;
158 mBluetoothService = bluetoothService;
262 if (mBluetoothService.enableNative() != 0) {
289 mBluetoothService.disableNative();
294 if (!mBluetoothService.prepareBluetooth()) {
296 mBluetoothService.disableNative();
381 mBluetoothService.switchConnectable(true);
403 mBluetoothService.switchConnectable(true);
413 mBluetoothService.switchConnectable(true);
449 // This event matches mBluetoothService.switchConnectable actio
    [all...]
BluetoothA2dpService.java 68 private final BluetoothService mBluetoothService;
112 String path = mBluetoothService.getObjectPathFromAddress(address);
149 mBluetoothService = bluetoothService;
150 if (mBluetoothService == null) {
168 if (mBluetoothService.isEnabled())
171 mBluetoothService.setA2dpService(this);
196 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress());
210 String devices = mBluetoothService.getProperty("Devices", true);
214 String address = mBluetoothService.getAddressFromObjectPath(path);
216 ParcelUuid[] remoteUuids = mBluetoothService.getRemoteUuids(address)
    [all...]
BluetoothInputProfileHandler.java 46 private BluetoothService mBluetoothService;
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,
BluetoothHealthProfileHandler.java 51 private BluetoothService mBluetoothService;
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.releaseChannelFdNative(chan.mChannelPath)
    [all...]
BluetoothPanProfileHandler.java 61 private BluetoothService mBluetoothService;
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.disconnectPanDeviceNative(objectPath))
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 70 private IBluetooth mBluetoothService;
95 mBluetoothService = IBluetooth.Stub.asInterface(b);
182 mBluetoothService.notifyIncomingConnection(info.mRemoteDevice.getAddress(),
205 mBluetoothService.notifyIncomingConnection(
232 mBluetoothService.notifyIncomingConnection(
497 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.HEADSET,
617 return mBluetoothService.connectHeadset(device.getAddress());
636 return mBluetoothService.disconnectHeadset(device.getAddress());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 172 private IBluetooth mBluetoothService;
187 mBluetoothService = IBluetooth.Stub.asInterface(b);
638 mBluetoothService.sendConnectionStateChange(mRemoteDevice, BluetoothProfile.PBAP,
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 111 private BluetoothService mBluetoothService;
243 mBluetoothService = bluetoothService;
    [all...]

Completed in 861 milliseconds