I implemented the ble peripheral device function according to the method in ServerViewModel.kt, but I found that it can broadcast after calling advertise(), but calling stopAdvertise() cannot stop broadcasting. I thought it was a problem with my code, and then I ran the "Blinky Server" application, and I found that this application could not stop broadcasting either. After debugging, I found that awaitClose was not called.
