File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 251
251
#endif
252
252
253
253
#ifdef CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT // backward compatibility
254
- #define CONFIG_BT_NIMBLE_MSYS_1_BLOCK_COUNT CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT
255
- #elif !defined( CONFIG_BT_NIMBLE_MSYS_1_BLOCK_COUNT )
256
- #define CONFIG_BT_NIMBLE_MSYS_1_BLOCK_COUNT 12
254
+ #define MYNEWT_VAL_MSYS_1_BLOCK_COUNT CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT
255
+ #else
256
+ #define MYNEWT_VAL_MSYS_1_BLOCK_COUNT 12
257
257
#endif
258
258
259
259
#ifndef CONFIG_BT_NIMBLE_MSYS_1_BLOCK_SIZE
286
286
#define CONFIG_BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN 31
287
287
288
288
/** @brief ACL Buffer count */
289
+ #ifndef CONFIG_BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT
289
290
#define CONFIG_BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT 12
291
+ #endif
290
292
291
293
/** @brief ACL Buffer size */
292
294
#define CONFIG_BT_NIMBLE_TRANSPORT_ACL_SIZE 255
You can’t perform that action at this time.
0 commit comments