Searched refs:classInt (Results 1 – 2 of 2) sorted by relevance
62 public BluetoothClass(int classInt) { in BluetoothClass() argument63 mClass = classInt; in BluetoothClass()
2381 int classInt = service.getRemoteClass(this, mAttributionSource); in getBluetoothClass() local2382 if (classInt == BluetoothClass.ERROR) return null; in getBluetoothClass()2383 return new BluetoothClass(classInt); in getBluetoothClass()