Are you sure it’s not just interacting with the ZED-F9P? In which case perhaps the u-blox Interface Manual will suffice. Perhaps use a terminal and observe/interact, and look at the Facet firmware to see what it’s doing or if merely forward content back-n-forth to the ZED UART.
For NTRIP the phone just has push out RTCM3 packets, It might take NMEA GLL or GGA to advise NTRIP Server of location, and alive.
Perhaps you could also tap the UART and observed indirectly what SW Maps is doing. Too better understand what is involved.
SW Maps does not “interact” with the F9P or the Facet, in a “2-way” sense (more details below). SW Maps mainly ingests NMEA sentences that the F9P/Facet produces.
However, SW Maps does have a built-in NTRIP Client as you mentioned, but that NTRIP Client can’t change any settings on the Facet. It simply listens for a GGA Sentence (required every 30 seconds or less) to send to the NTRIP Caster (Base Station). Then any RTCM messages from the selected mountpoint are pushed back to the Facet from the internet/Caster via the Client. The F9P ingests the RTCM for RTK positioning. Neither end can make any changes to itself based on the other end, as SW Maps isn’t hardware specific.
Your proposed Mobile App could make some changes to the Facet’s configuration:
One way is to apply changes to the “Settings” txt file saved on the Facet and cleanly reboot.
Another way would be to reproduce the available changes that you can manually perform in the Facet’s FW with a Serial over Bluetooth connection (likely the best method). Your Mobile app would create the connection and make the changes just like a Human would with a terminal. Note: there are a few settings that are not available in this scenario.
Or as @clive1 mentions, you can send specific commands to the F9P, after the Facet has finished loading it’s saved settings. I’m not sure if you will experience any conflicts with the Facet’s FW.
There might be other methods in addition to these 3
As @rftop points out, you can access the firmware menus over Bluetooth. Your App would need to send the “+++” escape sequence to open the menu. Once you exit Echo mode, the firmware will start sending NMEA again.
But, I think what you’re asking is whether there is a dedicated command interface to change the firmware settings? This is something we’ve added in the newer RTK Everywhere Firmware, but it is not present in RTK Firmware.