bluetoothengine/btnotif/btnotifwrapper/inc/btnotifwrapper.h
changeset 31 a0ea99b6fa53
parent 29 48ae3789ce00
equal deleted inserted replaced
30:df7a93ede42e 31:a0ea99b6fa53
   239 
   239 
   240     /**
   240     /**
   241      * Buffer containing a copy of the notifier parameters, for async notifiers.
   241      * Buffer containing a copy of the notifier parameters, for async notifiers.
   242      * Own.
   242      * Own.
   243      */
   243      */
   244     HBufC8* iParamsBuf;
   244     RBuf8 iParamsBuf;
   245 
   245 
   246     /**
   246     /**
   247      * Modifiable pointer descriptor for getting the response back.
   247      * Modifiable pointer descriptor for getting the response back.
   248      */
   248      */
   249     TPtr8 iResponsePtr;
   249     TPtr8 iResponsePtr;
   250 
   250 
   251     /**
   251     /**
   252      * Buffer for receiving the response from the BT notifier server.
   252      * Buffer for receiving the response from the BT notifier server.
   253      * Own.
   253      * Own.
   254      */
   254      */
   255     HBufC8* iResponseBuf;
   255     RBuf8 iResponseBuf;
   256 
   256 
   257     /**
   257     /**
   258      * Active object helper class.
   258      * Active object helper class.
   259      * Own.
   259      * Own.
   260      */
   260      */