bluetoothengine/btui/inc/btqtconstants.h
changeset 63 bcf742120177
parent 40 997690c3397a
equal deleted inserted replaced
52:4545c04e61e1 63:bcf742120177
    35 
    35 
    36 enum PowerStateQtValue {
    36 enum PowerStateQtValue {
    37     BtPowerOff = 0,
    37     BtPowerOff = 0,
    38     BtPowerOn,     
    38     BtPowerOn,     
    39     BtPowerUnknown  // only for error situations
    39     BtPowerUnknown  // only for error situations
       
    40 };
       
    41 
       
    42 enum DeviceSecurityService {
       
    43     BtUnpair = 0,
       
    44     BtBlock,     
       
    45     BtUnblock,
       
    46     BtAuthorize,
       
    47     BtUnauthorize,
       
    48     ServiceUnknown
    40 };
    49 };
    41 
    50 
    42 enum DisconnectOption {
    51 enum DisconnectOption {
    43     ServiceLevel = 0,
    52     ServiceLevel = 0,
    44     PhysicalLink, 
    53     PhysicalLink,