Hello TI,
I am newbie and using CC2650/40 development board for my application. I am following CC2650 SPP profile which works like:
[PC(UART)----------uart-----------> Dev Board (CC2650/server) ---------ble-----------> Phone (Client)];
As I understand so far is, it enables notification when server needs to write to client.
1. I am modifying it as per my requirement. I want to set the notification default to enable. Is it possible to set it by default? If yes, How can I set it default? Please suggest.
2. Also I can write 20 byte data from Client to Server well, but I am unable to send full 20 byte packet from Server to Client (through UART interface screen. It just send only one byte means as I just type any letter on uart screen, it send its ASCII/hex/decimal to immediately. Its not allowing me to send even more than a byte. What are the required changes I need to do. Please suggest.
Thanks n Regards