Question
Increase size of sent data by BLE client
Hi! I flashed my USB dongle with BLE_p2p_client application that I edited on my own. But I can not send more than 3 bytes using aci_gatt_write_without_resp in function tBleStatus Write_Char in the file p2p_client_app.c . Even if I increase CharValLenght to something higher nothing changes, only 3 bytes are received by server. Can someone please suggest me what to do?