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.
2 parents 94250f0 + e3f0e10 commit efe70feCopy full SHA for efe70fe
components/bt/host/bluedroid/common/include/common/bt_target.h
@@ -187,11 +187,16 @@
187
#define BLE_50_FEATURE_SUPPORT FALSE
188
#endif
189
190
+#if (UC_BT_BLE_ENABLED ==TRUE)
191
#if (UC_BT_BLE_42_FEATURES_SUPPORTED == TRUE || BLE_50_FEATURE_SUPPORT == FALSE)
192
#define BLE_42_FEATURE_SUPPORT TRUE
193
#else
194
#define BLE_42_FEATURE_SUPPORT FALSE
195
196
+#else
197
+#define BLE_42_FEATURE_SUPPORT FALSE
198
+#define BLE_50_FEATURE_SUPPORT FALSE
199
+#endif /* UC_BT_BLE_ENABLED */
200
201
#if (UC_BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER == TRUE)
202
#define BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER TRUE
0 commit comments