I have a central device that connects to a peripheral, which will have a custom service, with characteristics A through F that I want to write to each time on connection. I know the custom UUIDs for these charactersitics. What's the best way to handle this?
Should I do writes during discovery? Or should I wait till service discovery is complete and then look for the UUIDs in the list of services?