diff -r 4545c04e61e1 -r bcf742120177 bluetoothengine/btui/inc/btqtconstants.h --- a/bluetoothengine/btui/inc/btqtconstants.h Wed Aug 18 09:59:05 2010 +0300 +++ b/bluetoothengine/btui/inc/btqtconstants.h Fri Sep 17 08:30:56 2010 +0300 @@ -39,6 +39,15 @@ BtPowerUnknown // only for error situations }; +enum DeviceSecurityService { + BtUnpair = 0, + BtBlock, + BtUnblock, + BtAuthorize, + BtUnauthorize, + ServiceUnknown +}; + enum DisconnectOption { ServiceLevel = 0, PhysicalLink,