bluetoothengine/btnotif/inc/btnotifier.h
branchRCL_3
changeset 10 b6f55cd40afd
parent 6 6a29d5ad0713
child 14 2f88a7d66f50
equal deleted inserted replaced
9:a42ed326b458 10:b6f55cd40afd
   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