This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Through put increase

Hi,

I am trying to increase the through put of the BLE peripheral device.

SDK Version-15.3, NRF52832 chip set

I looked into the example code ble_app_att_mtu_throughput_pca10040_s132 and configured the below settings

#define NRF_SDH_BLE_GAP_EVENT_LENGTH 400 

#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 251

I also made below changes after this i could see the changes are reflecting 

#define NRF_SDH_BLE_GAP_DATA_LENGTH 251 // Which is not there in example code.

Please help me to understand how to configure NRF_SDH_BLE_GAP_EVENT_LENGTH  and also whether my approach is correct. 

Related