Hello, I essentially want to figure out a way to use the NFC buffer received by code like the writable_ndef_message example and have that same buffer, in the same code, advertise that buffer or notify it using a ble service of some kind. I tried writing my own custom service using the custom service tutorials and I always get the service to show up but I still have a hard time writing the buffer into the service so I can see it on nrf connect. Also, I tried implementing the nordic uart service and using ble_nus_data_send to send the whole string to the UART client but I still dont get it to send. I was just wondering if I could get some general guidance. If I can take the message received from NFC and advertise it over a ble client that is all I really need.