This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bluetooth connection is not working well when connecting to a different phone than the one I previously connected.

Hello


I use nrf52832 and SDK v17.
I am programming BLE using UART service.  So far, there has been no problem with testing with one phone, but if I disconnect the Bluetooth connection and try to connect to another phone, it doesn't connect and also stops the board.

Resetting the board and running it again will connect well with the phone that had problems. But as before, Bluetooth connection is not good with other phones.

Probably, only the first registered one are connected after the board is run, and the others are not connected. I added the peer manager code of HRS example, should I correct this code?

The phones I am testing are Android and IOS.

Thank you.

(I have an additional question.  How do I view more debug outputs? I added DEBUG to the preprocessor, is there another way?)

Parents Reply Children
No Data
Related