Part Number: LAUNCHXL-CC26X2R1
I used example projects (Simple_Central & buttonled), Simple Certral for BLE concept and buttonled for multiple button function on the single button (long press, short press, double clicked & GetKeyPressDuration ) , but I did not understood how can I call handle = Button_open(CONFIG_BUTTON0, buttonCallbackFxn, ¶ms);( reference by this link ) and were we can call in SimpleCertral.c, we tried to call button open API in SimpleCentral_init() but it is giving NULL value because the button handler used one timer which we don't know and we have already one timer use in our Simple Central project. I request you please suggest me any code.