Cedrick Cooke
08/16/2021, 11:43 PMCompanion 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.