bluetoothengine/btmac/inc/btmonocmdhandler/btmcprotocol.h
changeset 22 4255033c5d30
parent 2 0b192a3a05a4
child 21 53b7818cd282
equal deleted inserted replaced
2:0b192a3a05a4 22:4255033c5d30
   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