Skip to content

Commit

Permalink
Add new config options.
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Feb 25, 2024
1 parent b978788 commit 0e6d79c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cores/nRF5/nimble_config/nrf51_nimconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@
#define MYNEWT_VAL_BLE_LL_SCA (500)
#endif

/**** NIMBLE 1.5.0 config ****/
#ifndef MYNEWT_VAL_BLE_TRANSPORT_EVT_COUNT
#define MYNEWT_VAL_BLE_TRANSPORT_EVT_COUNT (2)
#endif

#ifndef MYNEWT_VAL_BLE_TRANSPORT_EVT_DISCARDABLE_COUNT
#define MYNEWT_VAL_BLE_TRANSPORT_EVT_DISCARDABLE_COUNT (8)
#endif

/**
* This macro exists to ensure code includes this header when needed. If code
Expand Down

0 comments on commit 0e6d79c

Please sign in to comment.