Hello:
I have two boards,they transm uart data to each other through BLE.The profile have two characters,one for transming data from client to server using GATT_WriteCharValue(),one for transming data from server to client using Notification.
It looks like that using GATT_WriteCharValue to transm data from client to server is much slower.
How does it happen or how can i improve transmmision speed?
( In addtion,all BLE communication paramaters are already set to thire minimum value according apple's bluetooth developer guide.)