HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothService (Results 1 - 8 of 8) 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);
271 if (!mBluetoothService.isRemoteDeviceInCache(address))
    [all...]
BluetoothAdapterStateMachine.java 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 actio
    [all...]
BluetoothA2dpService.java 64 private final BluetoothService mBluetoothService;
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.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,

Completed in 109 milliseconds