Is there a way to check if the Bluetooth Radio (CwclBluetoothRadio class) supports Bluetooth Low Energy?
I do not find any simple solution in documentation, maybe I miss something.
My goal is to be able to select the correct radio that supports BLE when enumerating available radios in BluetoothManager (CwclBluetoothManage class). FOr example, if the code runs on older Windows OS (7 or lower without BLE support), I want to check that native windows radio does not support BLE and pick up other radio for example BeleGiga BLED112.
What is proper solution to identify it the radio support BLE featurues?