I'm using the CC2650DK and HeartRate example. I noticed that pressing the LEFT button doesn't always toggle advertising (in non-connected mode of course). I made a two line modification to the firmware to toggle LED1 with the same button press, and it confirms that the button press is not always detected (either that or it's detected multiple times due to bouncing since I see the LED toggle on then off on one press). I noticed the eval board has no debounce capacitor and example firmware has no debounce. Is lack of debounce the cause of this problem, or is it the RTOS itself? If it's debounce, how can I implement a debounce in firmware to resolve this? Thanks!