Hi,
I'm using nRF52840 BLE Dongle to connect and perform bonding to a custom target.
The connection and bonding are working but I need to write a token (lenght=291) to a characteristic and got error "NRF_ERROR_SD_RPC_SEND".
From what I understand, The MTU can't be updated over 247. Is that correct ? Is there a way to update MTU, making possible the transfer of large amount of data ?
Or is there other way to perform the data transfer with adapter.write_cmd or adapter.write_req ?
I followed some example on the github but without any success...
Note: Running on Windows 10, with python=3.10.11 and pc-ble-driver-py=0.17.0
Any help is welcome !
Best regards,
Antoine