bluetoothengine/btnotif/inc/btnotifier.h
changeset 25 9c3798b88e30
parent 22 4255033c5d30
child 20 2f88a7d66f50
equal deleted inserted replaced
24:8930e1d1d530 25:9c3798b88e30
   291         CBTDeviceArray*             iDeviceArray;  // for getting device from registry
   291         CBTDeviceArray*             iDeviceArray;  // for getting device from registry
   292         CBTDevice*                  iDevice;                // Current Bluetooth device
   292         CBTDevice*                  iDevice;                // Current Bluetooth device
   293         TBTDevAddr                  iBTAddr; // Gotten from PckBuffer, constant no matter how iDevice changes.
   293         TBTDevAddr                  iBTAddr; // Gotten from PckBuffer, constant no matter how iDevice changes.
   294         CBTNotifUIUtil*             iNotifUiUtil;           // Utility to show UI notes & queries
   294         CBTNotifUIUtil*             iNotifUiUtil;           // Utility to show UI notes & queries
   295         CBTEngSettings*             iBTEngSettings;
   295         CBTEngSettings*             iBTEngSettings;
       
   296         TBool                       iIsCoverUI;
       
   297 
   296     private:
   298     private:
   297         CBTEngDevMan*               iDevMan;  // for BT registry manipulation
   299         CBTEngDevMan*               iDevMan;  // for BT registry manipulation
   298         TBool                       iIsCoverUI;
   300 
       
   301 
   299         
   302         
   300     };
   303     };
   301 
   304 
   302 #endif
   305 #endif
   303 
   306