bluetoothengine/btmac/inc/btmonocmdhandler/btmcprotocol.h
branchRCL_3
changeset 8 0707dd69d236
parent 2 0b192a3a05a4
child 15 53b7818cd282
equal deleted inserted replaced
6:6a29d5ad0713 8:0707dd69d236
   162         // buffer of incoming At commands
   162         // buffer of incoming At commands
   163         TBtmcProtDataBuf iInDataBuf;
   163         TBtmcProtDataBuf iInDataBuf;
   164         TBool iHandleCmdPending;
   164         TBool iHandleCmdPending;
   165         CDesC8ArrayFlat* iOutgoPacketQueue; // owned
   165         CDesC8ArrayFlat* iOutgoPacketQueue; // owned
   166         TInt iCredit; // How many commands are allowed to acc
   166         TInt iCredit; // How many commands are allowed to acc
   167         TBool iVolumeSyncFromAccessory;
       
   168         TBool iAccessoryInitiated; // who initiated the connection
   167         TBool iAccessoryInitiated; // who initiated the connection
   169         RMobilePhone::TMobilePhoneIdentityV1 iIdentity; // holds IMEI etc
   168         RMobilePhone::TMobilePhoneIdentityV1 iIdentity; // holds IMEI etc
   170         RMobilePhone::TMobilePhoneSubscriberId iId; // holds id
   169         RMobilePhone::TMobilePhoneSubscriberId iId; // holds id
   171         };
   170         };
   172 
   171