I want to add a button function to the ble_app_uart.
I don't need to use the functions of the BLE Button Module.
It's enough to just change the value of the variable when each button is pressed.
For example, when button1 is pressed, the variable 'a' becomes '1', and when button2 is pressed, the variable 'b' becomes '2'.
How do I solve my problem?