@Monica Randall yeah this is a genuinely good question and you're thinking about it the right way. BLE's adaptive frequency hopping does its job well in crowded urban RF environments, but at extreme range the tradeoff flips — you're less worried about interference avoidance and more worried about link margin on each individual hop, so consistently landing on a noisy channel at 5km is a much bigger deal than it would be at 50 meters.
The STM32WB07 that powers the MultiNav Pro+ does expose some channel map configuration at the HCI/LL level — you can technically define a channel map that marks specific channels as unused, which effectively steers the hopper away from known bad channels at your site. The GitHub repo is public so you can dig into the firmware directly:
https://github.com/RFOXiA/MultiNav-Pro-Long-Range-BLE-Module-Firmware-STM32WB07 — that's probably your fastest path to seeing what's currently exposed versus what would need to be added.
That said, full channel locking (picking one channel and staying there) isn't standard BLE behavior and would mean stepping outside the spec in ways that could affect the FCC certification, so I'd be cautious there. Channel map restriction to a curated subset of the cleaner channels is the more practical middle ground and stays within spec. Worth raising directly with Moamen if you want to push on this — the firmware is actively developed and this is exactly the kind of edge-case use requirement that tends to get prioritized when someone has a concrete deployment scenario behind it.