mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 12:39:51 +00:00
hci: fix remote_supported_features in hci_stack_t
This commit is contained in:
parent
d686b2d04a
commit
b1ace6bd96
@ -511,7 +511,7 @@ typedef struct {
|
|||||||
// remote supported features
|
// remote supported features
|
||||||
/* bit 0 - eSCO */
|
/* bit 0 - eSCO */
|
||||||
/* bit 1 - extended features */
|
/* bit 1 - extended features */
|
||||||
uint8_t remote_supported_features[0];
|
uint8_t remote_supported_features[1];
|
||||||
|
|
||||||
#ifdef ENABLE_CLASSIC
|
#ifdef ENABLE_CLASSIC
|
||||||
// connection mode, default ACL_CONNECTION_MODE_ACTIVE
|
// connection mode, default ACL_CONNECTION_MODE_ACTIVE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user