Modifying UCI builds to support ble comms instead of serial port

our app for navigation work great, until Apple removed the second UWB antenna from their phones
and who knows what android will do and when on what phones…

so I want to make a different device to be the UCI controller, and use the UCI firmware on the DWM3001CDK board (which we use with QNI currently)
but the 3001 needs to be ble peripheral and the other device ble central… AND the controller also needs ble peripheral so my app can send commands over (start uci session) and get results back (ble notify)

I can build both firmware versions, and have merged some of the BLE from QNI to the other build, but I get some linkage problem… using the Murata 2AB for the dual mode instance.

anyone have any guidance on the sdk setup? nordic doesn’t ‘support’ the old 1.7 sdk and these builds only use that.

I’m sure that one could use the board type to control build results. as that is done already