Hi All,
I'm currently working on an HAP Client implementation which should be able to connect to "Homekit compatible" devices directly without the Home app and allow pairing to them.
Now there is PaitSetupWithAuthentication as "pairing type", but also PaitSetup - which allows to have up to two flags set.
So question is now: What to use when and how to know whats the right one for a device?
I searched through many docs but could not find details on that.
Example: My Hue bridge is responding with an Error "1" (Unknown error) in response to the M1 packet when I use PairSetupWithAuthentication ... with PairSetup without any flags it works fine. Other devices might need PairSetupWithAuthentication ...
Does anyone have more information to share on this topic?
Ingo