haukepetersen commented on issue #877:
URL: https://github.com/apache/mynewt-nimble/issues/877#issuecomment-719428721


   Yes, it is indeed not easy to find. Take a look at 
`nimble/controller/syscfg.yml`:
   ```
       BLE_LL_CFG_FEAT_DATA_LEN_EXT:
           description: >
               This option enables/disables the data length update procedure in
               the controller. If enabled, the controller is allowed to change 
the
               size of tx/rx pdu's used in a connection. This option has only
               minor impact on code size and non on RAM.
           value: '1'
   ```
   And from my own experience, looking at 
   - `BLE_LL_MAX_PKT_SIZE`
   - `BLE_LL_CONN_INIT_MAX_TX_BYTES`, 
   - `BLE_LL_SUPP_MAX_RX_BYTES`
   - `BLE_LL_SUPP_MAX_TX_BYTES`
   
   will add to the picture and hopefully achieve the desired behavior?!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to