bluetoothengine/btserviceutil/export/btdevextension.h
changeset 33 837dcc42fd6a
parent 19 43824b19ee35
child 40 997690c3397a
equal deleted inserted replaced
19:43824b19ee35 33:837dcc42fd6a
   114      *   @return ETrue if the user is aware of the bonding.
   114      *   @return ETrue if the user is aware of the bonding.
   115      */
   115      */
   116     IMPORT_C static TBool IsUserAwareBonded( const TBTNamelessDevice &dev );
   116     IMPORT_C static TBool IsUserAwareBonded( const TBTNamelessDevice &dev );
   117     
   117     
   118     /**
   118     /**
       
   119      *   Guesses if the given device is a headset.
       
   120      *   
       
   121      *   @param the Class of Device of the device of which the type is
       
   122      *          determined.
       
   123      *   @return ETrue if it is probably a headset. EFalse otherwise.
       
   124      */
       
   125     IMPORT_C static TBool IsHeadset( const TBTDeviceClass &aCod );    
       
   126     
       
   127     /**
   119      * Returns the display name of this device for end users. 
   128      * Returns the display name of this device for end users. 
   120      * @return the friendly name of the device if it is available; else, the device
   129      * @return the friendly name of the device if it is available; else, the device
   121      * name if it is available; otherwise, the BDADDR seperated with ":".
   130      * name if it is available; otherwise, the BDADDR seperated with ":".
   122      */
   131      */
   123     IMPORT_C const TDesC& Alias() const;
   132     IMPORT_C const TDesC& Alias() const;