This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SimpleBLECentral - How to turn on/off notification in code

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