I'm using the HID keyboard as the base example. We're using prototype hardware so the connection gets dropped periodically due to ongoing hardware issues. But this has exposed some behavior that I need to understand for the final device. If I set erase_bonds to "true" I need to "forget" the device in bluetooth settings (on the smartphone) and then re-pair the device every time the connection is dropped. If I set erase_bonds to "false" the device automatically re-connects when the connection is dropped, but the smartphone doesn't see it advertise any longer, which is a problem if you want to connect it to a different smartphone, or the device is purposefully forgotten in the smartphone BT settings. In this case I must re-program the device with erase_bonds set to "true", set up the connection, and then re-program it with erase_bonds set to "false". Ideally what I would obviously like it to do is automatically reconnect when disconnected but continue to advertise if that bonded smartphone no longer has the device in its previously connected list. What do I need to do to implement this behavior?