bluetoothengine/btindicator/inc/btindicatorconstants.h
changeset 52 4545c04e61e1
parent 41 0b2439c3e397
equal deleted inserted replaced
41:0b2439c3e397 52:4545c04e61e1
    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