Hello!
I am trying out the SMP Server sample. I have it all built and flashed on my nRF52DK and have tried the echo command using the nRF Device Manager on iOS which worked.
I now want to try it on MACos running the following command:
sudo ./mcumgr --conntype ble --connstring peer_name='Zephyr' echo hello
Upon running this, I get the error:
Error: Failed to connect to peer after 10s
How can I solve this?