hello,
inorder to send a string over ble from a slave to master or master to slave what is to be done?? is there any function for us to pass the string??
hello,
inorder to send a string over ble from a slave to master or master to slave what is to be done?? is there any function for us to pass the string??
What i have understood is that in this function you cannot send more than a single character or 2,since the size of data is uint16(2 bytes).
If we want to send like"hello world" what has to be done
What i have understood is that in this function you cannot send more than a single character or 2,since the size of data is uint16(2 bytes).
If we want to send like"hello world" what has to be done