From b1ace6bd96f0b8e69b37fef1f4f033222ec7b7eb Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 22 Jun 2020 15:08:32 +0200 Subject: [PATCH] hci: fix remote_supported_features in hci_stack_t --- src/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci.h b/src/hci.h index 0fb4af065..32a857070 100644 --- a/src/hci.h +++ b/src/hci.h @@ -511,7 +511,7 @@ typedef struct { // remote supported features /* bit 0 - eSCO */ /* bit 1 - extended features */ - uint8_t remote_supported_features[0]; + uint8_t remote_supported_features[1]; #ifdef ENABLE_CLASSIC // connection mode, default ACL_CONNECTION_MODE_ACTIVE