bluetooth/btlogger/btsnoophcilogger/public/hciframelogger.h
branchRCL_3
changeset 8 2b6718f05bdb
parent 0 29b1cd4cb562
equal deleted inserted replaced
4:28479eeba3fb 8:2b6718f05bdb
    33 static const TUint KHCILoggerControllerToHost	= 0x00000001;
    33 static const TUint KHCILoggerControllerToHost	= 0x00000001;
    34 
    34 
    35 static const TUint KHCILoggerACLDataFrame		= 0; // For future use if required
    35 static const TUint KHCILoggerACLDataFrame		= 0; // For future use if required
    36 static const TUint KHCILoggerSynchronousDataFrame = 0; // For future use if required
    36 static const TUint KHCILoggerSynchronousDataFrame = 0; // For future use if required
    37 
    37 
       
    38 //KHCILoggerGenericDataFrame can be used instead of the above two flags as BTSnoop logger does not 
       
    39 //differencaite between the different types of data frames
       
    40 static const TUint KHCILoggerGenericDataFrame 	= 0; 
    38 static const TUint KHCILoggerCommandOrEvent		= 0x00000002;
    41 static const TUint KHCILoggerCommandOrEvent		= 0x00000002;
    39 
    42 
    40 static const TUint KHCILoggerFrameFragmented	= 0x80000000;
    43 static const TUint KHCILoggerFrameFragmented	= 0x80000000;
    41 
    44 
    42 class CHCIFrameLoggerBase;
    45 class CHCIFrameLoggerBase;