nimble/ll: Add option to control initial DLE update

New option allows to select if controller should initiate DLE update
automatically for connection. By default it is enabled to not change
existing controller behavior.
This commit is contained in:
Szymon Janc
2023-02-10 14:49:51 +01:00
parent 69c0d323a9
commit efb9058a42
4 changed files with 19 additions and 4 deletions
+4
View File
@@ -1046,6 +1046,10 @@
#define MYNEWT_VAL_BLE_LL_CONN_EVENT_END_MARGIN (0)
#endif
#ifndef MYNEWT_VAL_BLE_LL_CONN_INIT_AUTO_DLE
#define MYNEWT_VAL_BLE_LL_CONN_INIT_AUTO_DLE (1)
#endif
/* Overridden by @apache-mynewt-nimble/porting/targets/riot (defined by @apache-mynewt-nimble/nimble/controller) */
#ifndef MYNEWT_VAL_BLE_LL_CONN_INIT_MAX_TX_BYTES
#define MYNEWT_VAL_BLE_LL_CONN_INIT_MAX_TX_BYTES (MYNEWT_VAL_BLE_LL_MAX_PKT_SIZE)