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

ble_app_att_mtu_throughput, there is no write characteristic

Hi, I am working with ble_app_att_mtu_throughput sample for finding out max transfer speed on BLE4.2. I also need to write central part of this sample on iOS.

I try to find write characteristic on this sample. But I only see these code.

char_props.notify = 1;

char_props.read = 1;

Do you know this sample has a characteristic for writing with Data Length Extension?

Related