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

  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 51 private final BluetoothService mBluetoothService;
82 mBluetoothService.createBond(address);
87 mBluetoothService.restart();
92 mBluetoothService.setPairingConfirmation(address, true);
99 mBluetoothService.getBondState().listInState(BluetoothDevice.BOND_BONDING);
107 mBluetoothService.getBondState().setBondState(address,
120 mBluetoothService = bluetoothService;
159 mBluetoothService.addRemoteDeviceProperties(address, properties);
160 String rssi = mBluetoothService.getRemoteDeviceProperty(address, "RSSI");
161 String classValue = mBluetoothService.getRemoteDeviceProperty(address, "Class")
    [all...]
BluetoothA2dpService.java 73 private final BluetoothService mBluetoothService;
134 String path = mBluetoothService.getObjectPathFromAddress(address);
167 mBluetoothService = bluetoothService;
168 if (mBluetoothService == null) {
187 if (mBluetoothService.isEnabled())
209 if (mBluetoothService.isEnabled() &&
237 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress());
245 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
265 String devices = mBluetoothService.getProperty("Devices");
270 String address = mBluetoothService.getAddressFromObjectPath(path)
    [all...]

Completed in 40 milliseconds