Added the below lines to the peripheral_hr and I could see the logs without any trouble.
Same lines added to the central_and_peripheral_hr and I can see anything. What I am missing?
# RTT Log Enanble
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_PRINTK=y
Many Thanks!