Hello,
I've needed recently to relay some results from my 52840 peripherals to the 7002dk which has the 5340 on it. I've managed to get the Central HR and Peripheral HR examples to work flawlessly however I'd like to send my custom data and respective characteristics now. I've tried variations of the below code but unfortunately no progress has been made.
Firstly, the declarations and includes: Note my UUIDs match the peripherals being tested, I've double checked this.
Next is the discover function which I believe has no issues, it's just the same central hr sample with the service UUID and characteristic UUID swapped out for my own peripherals.
Now to the section where I think the issue really is, the eir_found callback function.
The remaining code seems fine, I only needed to change the service UUID.
I have looked around but a lot of the questions pertaining to clients seem to be utilizing the old sdk not zephyr. There was one post about this but it was more about discovery rather than connecting but I'm happy to take a look at it again if I've missed something.
Any help is appreciated.
Edit - Posted code for notification, still wont work as intended.
Regards
Doug