Nearby Interaction Service implementation with Bluetooth zephyr os for uwb application

I am seeking an example code for implementing the Bluetooth Nearby Interaction Service in Zephyr OS version 1.8. My objective is to enable communication with an Apple mobile app. I have already implemented a standard GATT service. Can you please provide an example code or guidance for achieving this functionality?

Related