Is it possible to
-
allow in-app pairing of a Bluetooth Classic peripheral (like headphones) without the need to visit system settings -> bluetooth?
-
make use of CBConnectPeripheralOptionEnableTransportBridgingKey and by just pairing with the BLE peripheral, get the EDR connection pair setup automagically?
(at least the wwdc video said so, but can't find documentation anywhere)
curious if someone can explain how this works behind the scenes...!?
- how does iOS know which EDR device to connect to? since the flag is a bool, the only thing it has is the name of the BT vs BLE devices, is it as primitive as just assuming there are same with no other devices with same name in proximity!?