Searched refs:classInt (Results 1 – 2 of 2) sorted by relevance
71 public BluetoothClass(int classInt) { in BluetoothClass() argument72 mClass = classInt; in BluetoothClass()
1737 int classInt = service.getRemoteClass(this, mAttributionSource); in getBluetoothClass() local1738 if (classInt == BluetoothClass.ERROR) return null; in getBluetoothClass()1739 return new BluetoothClass(classInt); in getBluetoothClass()