bluetoothengine/btnotif/btnotifsrv/inc/btnotifserviceauthorizer.h
changeset 41 0b2439c3e397
parent 40 997690c3397a
equal deleted inserted replaced
40:997690c3397a 41:0b2439c3e397
    44 private: // From MBTNotificationResult
    44 private: // From MBTNotificationResult
    45     void MBRDataReceived(CHbSymbianVariantMap& aData);
    45     void MBRDataReceived(CHbSymbianVariantMap& aData);
    46     void MBRNotificationClosed(TInt aError, const TDesC8& aData);
    46     void MBRNotificationClosed(TInt aError, const TDesC8& aData);
    47     
    47     
    48 private:
    48 private:
    49     void PrepareNotificationL(TBluetoothDialogParams::TBTDialogType aType,
    49     void PrepareNotificationL(TBool& aAutoAuthorize,
       
    50             TBluetoothDialogParams::TBTDialogType aType,
    50         TBTDialogResourceId aResourceId, TBool aPaired);
    51         TBTDialogResourceId aResourceId, TBool aPaired);
    51     TBool IsExistingConnectionToAudioL(const TBTDevAddr& aDevAddr);
    52     TBool IsExistingConnectionToAudioL(const TBTDevAddr& aDevAddr);
    52     
    53     
    53 private:
    54 private:
    54     CBTNotifSecurityManager& iParent;
    55     CBTNotifSecurityManager& iParent;