We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327f8df commit ce771c5Copy full SHA for ce771c5
subsys/bluetooth/host/hci_core.h
@@ -85,7 +85,8 @@ enum {
85
86
/* Flags which should not be cleared upon HCI_Reset */
87
#define BT_DEV_PERSISTENT_FLAGS (BIT(BT_DEV_ENABLE) | \
88
- BIT(BT_DEV_PRESET_ID))
+ BIT(BT_DEV_PRESET_ID) | \
89
+ BIT(BT_DEV_DISABLE))
90
91
#if defined(CONFIG_BT_EXT_ADV_LEGACY_SUPPORT)
92
/* Check the feature bit for extended or legacy advertising commands */
0 commit comments