I've got a use case that can essentially be boiled down to two battery-powered devices that have a button and an LED; when the user presses a button on device 1, the LEDs on both devices toggle; the same thing happens when the user presses a button on device 2.
Battery life is important, so I'd like to avoid having one of them act as a central.
I'm struggling trying to find a good approach to this--is there an obvious solution I'm missing? Is there a good resource for determining my power consumption as a central if I need to do that?