@Gerardo Casasola good question — this is something worth getting a definitive answer on from the firmware side rather than guessing, because the STM32WB07 does support TX power control at the hardware level, but whether the current firmware actually implements adaptive power based on RSSI feedback is something I'd want to confirm against the source before telling you it does.
What I'd suggest is pulling up the GitHub repo (
https://github.com/RFOXiA/MultiNav-Pro-Long-Range-BLE-Module-Firmware-STM32WB07) and checking how the radio init and connection management is handling TX power — if it's static, you'd see a fixed value set at startup with no RSSI-based adjustment loop. If you're running battery-constrained nodes at short range and the firmware is currently max-power-always, you could potentially patch in your own power stepping logic since you have full source access, which is one of the nice things about this platform.
Honestly this is a great thing to raise directly with Moamen too — adaptive TX for close-range mesh deployments is a real use case and if it's not in the firmware yet it probably should be.