Searched refs:bluetoothClass (Results 1 – 9 of 9) sorted by relevance
114 final BluetoothClass bluetoothClass = mCachedDevice.getDevice().getBluetoothClass(); in isCarKitDevice() local115 if (bluetoothClass != null) { in isCarKitDevice()116 switch (bluetoothClass.getDeviceClass()) { in isCarKitDevice()
276 final BluetoothClass bluetoothClass = device.getBtClass(); in getSecondaryLabel() local277 if (bluetoothClass != null) { in getSecondaryLabel()281 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getSecondaryLabel()284 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getSecondaryLabel()287 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HID)) { in getSecondaryLabel()
92 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local94 return bluetoothClass; in createBtClass()
103 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local105 return bluetoothClass; in createBtClass()
123 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local125 return bluetoothClass; in createBtClass()
334 final BluetoothClass bluetoothClass = bluetoothDevice.getBluetoothClass(); in isDeviceClassMatched() local335 return bluetoothClass != null && bluetoothClass.getDeviceClass() == device; in isDeviceClassMatched()
931 BluetoothClass bluetoothClass = mDevice.getBluetoothClass(); in updateProfiles() local933 if (bluetoothClass != null) Log.v(TAG, "Class: " + bluetoothClass.toString()); in updateProfiles()
129 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local131 return bluetoothClass; in createBtClass()
1386 final BluetoothClass bluetoothClass = mBluetoothHeadsetDevice.getBluetoothClass(); in dump() local1387 if (bluetoothClass != null) { in dump()1389 + btDeviceClassToString(bluetoothClass.getDeviceClass())); in dump()