When we try to run our code that uses the IOBluetoothRegisterForDeviceConnectNotifications function we get a "missing symbol" crash on macOS Monterey Beta 3.
Was this function deprecated starting from macOS Monterey? On macOS BigSur everything is work as expected. If yes, is there any workaround or other function which can be used?
P.S: a simple code was added (main.cpp.txt)