Please tell me how to change the communication data length of BLE communication to 244 bytes and shorten communication cycle. Thank you.
I am using the version of [nRF5_SDK_15.0.0_a53641a].
Functions for BLE communication differ depending on the version, "ble_nus_string_send ();" in [nRF5_SDK_14.2.0_17b948a] but "ble_nus_data_send ()" in [nRF5_SDK_15.0.0_a53641a].
Please tell me how to set [nRF5_SDK_15.0.0_a53641a].
Thanking you in advance.