Hello,
I'm working on an app that currently uses CoreBluetooth
to scan for devices and connecting. I am trying to integrate AccessibilitySetupKit
for pairing with new devices, but I also need backward compatibility for older Bluetooth devices.
I am playing around with SKSampleApp, and it looks like when I use ASK to discover devices, created CBCentralManager
is either always poweredOff when I don't connect any accessory through ASK, or only discovers the paired devices.
Is there any documentation describing the behavior of CBCentralManager state + scanning when ASK is integrated?