Hi,
I tried to implement ble uart service in an existing project but when ble is connected the original bsp buttons functions stopped working. After some debugging i found that during ble connection and disconnection the bsp_ble_btn module assigns different actions for the BSP buttons. I found a define macro in "sdk_config.h" named "BSP_BTN_BLE_ENABLED"(there was little information about this macro online) that is set to 1 and changed it to 0(thinking it will disable the module) but it seems to do nothing(the define was no where to be found other than in sdk_config.h). After commenting the ble_evt_handler() in bsp_btn_ble.c the button started to work fine but don't know if it will cause any problem. I would like to know if there is any proper way to disable that module. Thanking you in advance.
Hari