bluetoothengine/btindicator/inc/btindicatorconstants.h
changeset 47 9e2a905b887f
parent 42 b72428996822
equal deleted inserted replaced
45:b0aebde9b1fb 47:9e2a905b887f
    13  *
    13  *
    14  * Description: Bluetooth Indicator constants
    14  * Description: Bluetooth Indicator constants
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 #ifndef BTINDCONSTANTS_H
    18 #ifndef BTINDICATORCONSTANTS_H
    19 #define BTINDCONSTANTS_H
    19 #define BTINDICATORCONSTANTS_H
    20 
    20 
    21 
    21 
    22 
    22 
    23 /**
    23 /**
    24  * Bluetooth indicator constants 
    24  * Bluetooth indicator constants 
    34     EBTIndicatorOnHidden,
    34     EBTIndicatorOnHidden,
    35     EBTIndicatorVisibleConnected,
    35     EBTIndicatorVisibleConnected,
    36     EBTIndicatorHiddenConnected
    36     EBTIndicatorHiddenConnected
    37     };
    37     };
    38 
    38 
    39 #endif /* BTINDCONSTANTS_H */
    39 #endif /* BTINDICATORCONSTANTS_H */
    40 
    40 
    41 
    41 
    42 
    42 
    43 
    43