HomeSort by relevance Sort by last modified time
    Searched full:setremotedeviceproperty (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothDeviceProperties.java 91 Log.e(TAG, "setRemoteDeviceProperty for a device not in cache:" + address);
BluetoothEventLoop.java 291 mBluetoothService.setRemoteDeviceProperty(address, "UUIDs", null);
400 mBluetoothService.setRemoteDeviceProperty(address, name, propValues[1]);
407 mBluetoothService.setRemoteDeviceProperty(address, name, propValues[1]);
409 mBluetoothService.setRemoteDeviceProperty(address, name, propValues[1]);
417 mBluetoothService.setRemoteDeviceProperty(address, name, propValues[1]);
443 mBluetoothService.setRemoteDeviceProperty(address, name, uuid);
459 mBluetoothService.setRemoteDeviceProperty(address, "Trusted", "false");
464 mBluetoothService.setRemoteDeviceProperty(address, name, propValues[1]);
    [all...]
BluetoothService.java 842 void setRemoteDeviceProperty(String address, String name, String value) {
    [all...]

Completed in 177 milliseconds