Hi,
I currently use the keyfodemo application for my project. I need to know how I can activate the key pressing event automatically. Currently, I need to use the UUID FFE1 to identify the corresponding characteristic handle and set the value (01) to the keyfob before the key press event is triggered. I need to set this value in the code so that I do not need to set this handle again from the BTool. I have done some research in the codes (mainly in simplekey.c). I found that the SK_KEYPRESSED_UUID is assigned wih the FFE1 in the simplekey.h. However, I cannot track further down about how I cam implement the function I want (i.e., the key pressing event is activated without setting it in BTool).
Please advise how. Thanks.