Distance measurement interface

Hi! I'm currently working on a project containing an nrf9160 as well as an nrf7002. I found the Nordic Distance Measurement Library, which is very exciting, and I was wondering about integrating it into this project. However, the Distance Measurement seems to be only supported for nrf52xx and nrf53xx devices (as this seems to be a BLE thing).

Is it possible to port this functionality to the nrf7002 in any way (as it can also communicate at 2.4 GHz), or is this distance measurement functionality specifically for BLE devices only? (I would love the extra features, but unfortunately the product budget cannot afford both an nrf7002 and a nrf52/53 series device).

Related