Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:classInt

753             int classInt = sService.getRemoteClass(mAddress);
754 if (classInt == BluetoothClass.ERROR) return null;
755 return new BluetoothClass(classInt);