I have question on how to inquire profile handle & enable/disable notification.
Project: I using CC2540Mini KD. Also, using project SimpleBLECentral & KeyFobDemo.
I follow instructions from http://processors.wiki.ti.com/index.php/Category:KeyFobDemo. This is all working using the BTool. BTool connects to KeyfobDemo project, then get profile service UUID 0xFFE1 to get handle, then using handle, I turn notification on/off. When key is pressed on keyfob the BTool is notified with key status.
Problem/Question: How to make a program in SimpleBLECentral to do same as BTool (same procedure to check for service profile UUID 0xFFE1, then get handle, then update notification state using handle)?.
Note: I already review post: http://e2e.ti.com/support/low_power_rf/f/538/t/158970.aspx. but not able to understand and make it work.
Pelase help
Larry