bluetoothengine/btnotif/btnotifsrv/inc/btnotifsecuritymanager.h
changeset 57 5ebadcda06cb
parent 42 b72428996822
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
   160     /**
   160     /**
   161      * Trust a device via the registry
   161      * Trust a device via the registry
   162      */
   162      */
   163     void TrustDevice( const TBTDevAddr& aAddr );
   163     void TrustDevice( const TBTDevAddr& aAddr );
   164     
   164     
       
   165     /**
       
   166      * Trust a device via the registry
       
   167      */
       
   168     void UnTrustDevice( const TBTDevAddr& aAddr );
       
   169 
       
   170     /**
       
   171      * Return the pairing handler
       
   172      */
       
   173     CBTNotifBasePairingHandler* PairingHandler();
       
   174     
   165 private: 
   175 private: 
   166     
   176     
   167     // from base class MBtSimpleActiveObserver
   177     // from base class MBtSimpleActiveObserver
   168 
   178 
   169     /**
   179     /**
   377      * Own.
   387      * Own.
   378      */
   388      */
   379     CBtSimpleActive* iAuthenResultActive;
   389     CBtSimpleActive* iAuthenResultActive;
   380 
   390 
   381     /**
   391     /**
   382      * pairing hanlder at the time.
   392      * pairing handler at the time.
   383      * Own.
   393      * Own.
   384      */
   394      */
   385     CBTNotifBasePairingHandler* iPairingHandler;
   395     CBTNotifBasePairingHandler* iPairingHandler;
   386     
   396     
   387     /**
   397     /**