bluetoothengine/bteng/inc/btengsrvkeywatcher.h
branchRCL_3
changeset 16 b23265fb36da
parent 0 f63038272f30
child 19 43824b19ee35
equal deleted inserted replaced
14:f7fbeaeb166a 16:b23265fb36da
   110      * We disconnect BT links when the phone is shutting down.
   110      * We disconnect BT links when the phone is shutting down.
   111      */
   111      */
   112     RProperty iSystemStateKey;
   112     RProperty iSystemStateKey;
   113     
   113     
   114      /**
   114      /**
   115      * Property containing count of physical BT connections.
       
   116      * When physical connections exists, specific BT UI indicator is shown.
       
   117      */
       
   118     RProperty iPHYCountKey;
       
   119     
       
   120      /**
       
   121      * Property containing the BT connecting status.
   115      * Property containing the BT connecting status.
   122      * When connecting, specific BT UI indicator is shown.
   116      * When connecting, specific BT UI indicator is shown.
   123      */
   117      */
   124     RProperty iBtConnectionKey;
   118     RProperty iBtConnectionKey;
   125     
   119     
   176      * Own.
   170      * Own.
   177      */
   171      */
   178     CBTEngActive* iSystemStateWatcher;
   172     CBTEngActive* iSystemStateWatcher;
   179     
   173     
   180     /**
   174     /**
   181      * Active object for subscribing to PHYCount property changes.
       
   182      * Own.
       
   183      */    
       
   184     CBTEngActive* iPHYCountWatcher;
       
   185     
       
   186     /**
       
   187      * Active object for subscribing to BT connection property changes.
   175      * Active object for subscribing to BT connection property changes.
   188      * Own.
   176      * Own.
   189      */    
   177      */    
   190     CBTEngActive* iBtConnectionWatcher;
   178     CBTEngActive* iBtConnectionWatcher;
   191     
   179