Hello,
I have used BLE peripheral example ( custom service + asy ) as reference where i have addded two characteristics in which i want to exchange 256 bytes of data.
I am able to send only 60 bytes of data to mobile application (tested nrf Connect for IOS) ,
That is in firmware i made a provision that when i receive a certain command from BLE application the firmware should reply with these 256 bytes of data,
but when i check this in application i get only 60 data.
So please help me soo that i can get this data correct and full in one shot,
I had changed the MTU size to 512 bytes, but nothing changed
RegardsJc.