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 af18afd commit 0dea1a8Copy full SHA for 0dea1a8
components/bt/host/bluedroid/common/include/common/bt_target.h
@@ -215,11 +215,16 @@
215
#define BLE_50_FEATURE_SUPPORT FALSE
216
#endif
217
218
+#if (UC_BT_BLE_ENABLED ==TRUE)
219
#if (UC_BT_BLE_42_FEATURES_SUPPORTED == TRUE || BLE_50_FEATURE_SUPPORT == FALSE)
220
#define BLE_42_FEATURE_SUPPORT TRUE
221
#else
222
#define BLE_42_FEATURE_SUPPORT FALSE
223
224
+#else
225
+#define BLE_42_FEATURE_SUPPORT FALSE
226
+#define BLE_50_FEATURE_SUPPORT FALSE
227
+#endif /* UC_BT_BLE_ENABLED */
228
229
#if (UC_BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER == TRUE)
230
#define BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER TRUE
0 commit comments