Home
last modified time | relevance | path

Searched refs:bluetoothClass (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java522 BluetoothClass bluetoothClass = mDevice.getBluetoothClass(); in updateProfiles() local
524 if (bluetoothClass != null) Log.v(TAG, "Class: " + bluetoothClass.toString()); in updateProfiles()