Searched refs:bluetoothClass (Results 1 – 8 of 8) sorted by relevance
103 final BluetoothClass bluetoothClass = mCachedDevice.getDevice().getBluetoothClass(); in isCarKitDevice() local104 if (bluetoothClass != null) { in isCarKitDevice()105 switch (bluetoothClass.getDeviceClass()) { in isCarKitDevice()
237 final BluetoothClass bluetoothClass = device.getBtClass(); in getSecondaryLabel() local238 if (bluetoothClass != null) { in getSecondaryLabel()242 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getSecondaryLabel()245 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getSecondaryLabel()248 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HID)) { in getSecondaryLabel()
93 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local95 return bluetoothClass; in createBtClass()
105 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local107 return bluetoothClass; in createBtClass()
103 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local105 return bluetoothClass; in createBtClass()
1021 final BluetoothClass bluetoothClass = mBluetoothHeadsetDevice.getBluetoothClass(); in dump() local1022 if (bluetoothClass != null) { in dump()1024 + btDeviceClassToString(bluetoothClass.getDeviceClass())); in dump()
134 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local136 return bluetoothClass; in createBtClass()
842 BluetoothClass bluetoothClass = mDevice.getBluetoothClass(); in updateProfiles() local844 if (bluetoothClass != null) Log.v(TAG, "Class: " + bluetoothClass.toString()); in updateProfiles()