btservices_plat/bluetooth_engine_connection_management_api/inc/btengconnman.h
changeset 26 b78e66e88238
parent 0 f63038272f30
child 19 43824b19ee35
equal deleted inserted replaced
25:9c3798b88e30 26:b78e66e88238
    87      * @param  aAddr The address of the remote device.
    87      * @param  aAddr The address of the remote device.
    88      * @param  aErr The error code indicating the result of the pairing 
    88      * @param  aErr The error code indicating the result of the pairing 
    89      *              procedure; KErrNone for a normal disconnection, or 
    89      *              procedure; KErrNone for a normal disconnection, or 
    90      *              e.g. KErrCancel if the user cancelled the pairing dialog.
    90      *              e.g. KErrCancel if the user cancelled the pairing dialog.
    91      */
    91      */
    92     virtual void PairingComplete( TBTDevAddr& aAddr, TInt aErr );
    92      IMPORT_C virtual void PairingComplete( TBTDevAddr& aAddr, TInt aErr );
    93 
    93 
    94     };
    94     };
    95 
    95 
    96 
    96 
    97 /**
    97 /**