Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenfbtHciSizes.h
Go to the documentation of this file.
00001 #ifndef _FBT_HCI_SIZES_H 00002 #define _FBT_HCI_SIZES_H 00003 00004 // Sizes 00005 #define FBT_HCI_CMD_MIN_SIZE 3 00006 #define FBT_HCI_CMD_MAX_SIZE 258 00007 00008 #define FBT_HCI_EVENT_MAX_SIZE 257 00009 00010 #define FBT_HCI_DATA_MIN_SIZE 5 00011 #define FBT_HCI_DATA_MAX_SIZE 343 00012 00013 #define FBT_HCI_BDADDR_SIZE 6 00014 #define FBT_HCI_NAME_SIZE 248 00015 00016 #define FBT_HCI_DEVICE_CLASS_SIZE 3 00017 00018 #define FBT_HCI_LAP_SIZE 3 00019 #define FBT_HCI_MAX_CONDITION_SIZE 7 00020 00021 #define FBT_HCI_LINK_KEY_SIZE 16 00022 #define FBT_HCI_PIN_CODE_SIZE 16 00023 00024 #define FBT_HCI_VARIABLE_SIZE 1 00025 00026 00027 #endif // _FBT_HCI_SIZES_H Generated on Sat May 26 2012 04:25:44 for ReactOS by
1.7.6.1
|