Searched refs:bluetoothClass (Results 1 – 4 of 4) sorted by relevance
50 public boolean isInputDevice(BluetoothClass bluetoothClass) { in isInputDevice() argument51 return isMatchingMajorDeviceClass(bluetoothClass.getMajorDeviceClass()) && in isInputDevice()52 isMatchingDeviceClass(bluetoothClass.getDeviceClass()); in isInputDevice()
32 final BluetoothClass bluetoothClass = dev.getBluetoothClass(); in getImageIdForDevice() local33 if (bluetoothClass == null) { in getImageIdForDevice()37 final int devClass = bluetoothClass.getDeviceClass(); in getImageIdForDevice()
293 boolean setBluetoothClass(BluetoothClass bluetoothClass) { in setBluetoothClass() argument297 bluetoothClass.getClassOfDeviceBytes()); in setBluetoothClass()300 mBluetoothClass = bluetoothClass; in setBluetoothClass()825 int bluetoothClass = in adapterPropertyChangedCallback() local827 if (bluetoothClass != 0) { in adapterPropertyChangedCallback()828 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()
1195 public boolean setBluetoothClass(BluetoothClass bluetoothClass) { in setBluetoothClass() argument1203 if (!service.mAdapterProperties.setBluetoothClass(bluetoothClass)) { in setBluetoothClass()1210 bluetoothClass.getClassOfDevice()); in setBluetoothClass()