Hi TI experts,
I'm trying to implement the throughput example in my code, once I'm trying to send using GATT_Notification( 0, &nData, FALSE ) I'm not getting a success in return and the connection drops after a couple of seconds.
I would like to clarify a couple of things:
- Why the connection handle used in the example is "0"?
- Why the characteristic handle used is "20"?
- Why the connection drops on an successful notification ?
Thanks in advance,