OSDN Git Service

Merge "Fix potential OOB write in btm_read_remote_ext_features_complete" into pi...
[android-x86/system-bt.git] / stack / include / hcidefs.h
index ef87b5b..b11ea6c 100644 (file)
@@ -1323,6 +1323,8 @@ typedef struct {
 
 #define HCI_FEATURE_BYTES_PER_PAGE 8
 
+#define HCI_EXT_FEATURES_SUCCESS_EVT_LEN 13
+
 #define HCI_FEATURES_KNOWN(x) \
   (((x)[0] | (x)[1] | (x)[2] | (x)[3] | (x)[4] | (x)[5] | (x)[6] | (x)[7]) != 0)