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()
275 boolean setBluetoothClass(BluetoothClass bluetoothClass) { in setBluetoothClass() argument279 bluetoothClass.getClassOfDeviceBytes()); in setBluetoothClass()282 mBluetoothClass = bluetoothClass; in setBluetoothClass()805 int bluetoothClass = in adapterPropertyChangedCallback() local807 if (bluetoothClass != 0) { in adapterPropertyChangedCallback()808 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()
1179 public boolean setBluetoothClass(BluetoothClass bluetoothClass) { in setBluetoothClass() argument1187 if (!service.mAdapterProperties.setBluetoothClass(bluetoothClass)) { in setBluetoothClass()1194 bluetoothClass.getClassOfDevice()); in setBluetoothClass()