bluetoothengine/btserviceutil/export/btdevextension.h
changeset 33 837dcc42fd6a
parent 19 43824b19ee35
child 40 997690c3397a
--- a/bluetoothengine/btserviceutil/export/btdevextension.h	Fri May 14 16:01:46 2010 +0300
+++ b/bluetoothengine/btserviceutil/export/btdevextension.h	Thu May 27 13:01:44 2010 +0300
@@ -116,6 +116,15 @@
     IMPORT_C static TBool IsUserAwareBonded( const TBTNamelessDevice &dev );
     
     /**
+     *   Guesses if the given device is a headset.
+     *   
+     *   @param the Class of Device of the device of which the type is
+     *          determined.
+     *   @return ETrue if it is probably a headset. EFalse otherwise.
+     */
+    IMPORT_C static TBool IsHeadset( const TBTDeviceClass &aCod );    
+    
+    /**
      * Returns the display name of this device for end users. 
      * @return the friendly name of the device if it is available; else, the device
      * name if it is available; otherwise, the BDADDR seperated with ":".