X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=stack%2Finclude%2Fhcidefs.h;h=b11ea6cd54a882d91ecddc176d4114af1d1fda96;hb=5f1bca6b9ac5fcd348a34534d2c31a779f006bcd;hp=ef87b5b615d3d5f0c68f6199c43d47aad733de29;hpb=7b3e597303a49cca0dec33c424e986a7a9fe905e;p=android-x86%2Fsystem-bt.git diff --git a/stack/include/hcidefs.h b/stack/include/hcidefs.h index ef87b5b61..b11ea6cd5 100644 --- a/stack/include/hcidefs.h +++ b/stack/include/hcidefs.h @@ -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)