Searched refs:bluetoothClass (Results 1 – 4 of 4) sorted by relevance
91 final BluetoothClass bluetoothClass = mCachedDevice.getDevice().getBluetoothClass(); in isCarKitDevice() local92 if (bluetoothClass != null) { in isCarKitDevice()93 switch (bluetoothClass.getDeviceClass()) { in isCarKitDevice()
208 final BluetoothClass bluetoothClass = lastDevice.getBtClass(); in getSecondaryLabel() local209 if (bluetoothClass != null) { in getSecondaryLabel()213 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getSecondaryLabel()216 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getSecondaryLabel()219 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HID)) { in getSecondaryLabel()
578 BluetoothClass bluetoothClass = mDevice.getBluetoothClass(); in updateProfiles() local580 if (bluetoothClass != null) Log.v(TAG, "Class: " + bluetoothClass.toString()); in updateProfiles()
1306 public boolean setBluetoothClass(BluetoothClass bluetoothClass) { in setBluetoothClass() argument1313 return mService.setBluetoothClass(bluetoothClass); in setBluetoothClass()