bluetoothengine/btui/inc/btqtconstants.h
changeset 31 a0ea99b6fa53
parent 29 48ae3789ce00
child 40 997690c3397a
equal deleted inserted replaced
30:df7a93ede42e 31:a0ea99b6fa53
    18 #ifndef BTQTCONSTANTS_H
    18 #ifndef BTQTCONSTANTS_H
    19 #define BTQTCONSTANTS_H
    19 #define BTQTCONSTANTS_H
    20 
    20 
    21 #include <btengconstants.h>
    21 #include <btengconstants.h>
    22 
    22 
       
    23 
       
    24 // RSSI value range: -127dB ~ +20dB
       
    25 const int RssiMinRange = -127;
       
    26 
       
    27 //const int RssiMaxRange = 20; // maybe useful in the future
       
    28 
       
    29 const int RssiMediumStrength = -75;
       
    30 
       
    31 const int RssiHighStrength = -46;
       
    32 
       
    33 const int RssiInvalid = RssiMinRange - 1;
    23 
    34 
    24 enum VisibilityMode {
    35 enum VisibilityMode {
    25     BtHidden = 0x10,  // using a different number space than TBTVisibilityMode
    36     BtHidden = 0x10,  // using a different number space than TBTVisibilityMode
    26     BtVisible,
    37     BtVisible,
    27     BtTemporary,
    38     BtTemporary,