bluetooth/btlogger/btsnoophcilogger/public/hciframelogger.h
branchRCL_3
changeset 8 2b6718f05bdb
parent 0 29b1cd4cb562
--- a/bluetooth/btlogger/btsnoophcilogger/public/hciframelogger.h	Tue Feb 02 01:12:20 2010 +0200
+++ b/bluetooth/btlogger/btsnoophcilogger/public/hciframelogger.h	Fri Feb 19 23:56:55 2010 +0200
@@ -35,6 +35,9 @@
 static const TUint KHCILoggerACLDataFrame		= 0; // For future use if required
 static const TUint KHCILoggerSynchronousDataFrame = 0; // For future use if required
 
+//KHCILoggerGenericDataFrame can be used instead of the above two flags as BTSnoop logger does not 
+//differencaite between the different types of data frames
+static const TUint KHCILoggerGenericDataFrame 	= 0; 
 static const TUint KHCILoggerCommandOrEvent		= 0x00000002;
 
 static const TUint KHCILoggerFrameFragmented	= 0x80000000;