That dialog is part of the <Companion Device Pairi...
# juul-libraries
c
That dialog is part of the Companion Device Pairing framework. Per the docs on that page:
Companion device pairing doesn't create connections on its own. Bluetooth and Wi-Fi connectivity APIs establish connections.
Kable can be used to handle the Bluetooth connectivity side of things. Depending on how you want your flow to go, you could either connect with Kable first and then make a companion pairing request with
setSingleDevice(true)
, or you could let the companion device manager do its thing then pass the mac address in to Kable.
💯 1
👍 1