Example of Channel Sounding with GATT publish of some simple data

Hi, I’m successfully using the LBS example:

And also the initiator/reflector examples in the same bluetooth folder with my three Xial nRF54L15 boards. With the LBS example, I added my own UUID and publish to it very fast with every push of the button for example.

I’m not yet able to get the LBS and CS examples merged together. I would like the initiator xiao board to have a GATT array (which works for me well in LBS) of 4 float values for example, published with the metrics.

Does anyone see a major reason why this wouldn’t work? I’ve worked through various builds but have not yet been able to connect to the advertised initiator while it’s doing CS.

Here was the CS thread that helped me (Thanks @Toastee0 !)

Make sure that your only advertising one UUID, and your other uuids are obtained via GATT discovery. Otherwise you run out of advertising space.