Hi!
We're developing an app which connects to BLE devices for different purposes.
We've successfully enabled MITM, but are having problems enabling the LESC option, which is part of the BT v4.2 as I understand it.
When this is enabled, our connection attempts return with the Failed status response. As far as I can tell when exploring online, windows 10 did not support the LESC option for BT a few years back, see here . Does anyone know if this is still the case?
We use the UWP, Windows.Devices.Bluetooth namespace for the runtime API to use our BT devices, and specifically we use the pairasync method to form the connections/ pairing/ bonding, with the relevant enumerations, obviouslly.
Does anyone know if this issue has been fixed, and if so, where can I find an example code?
Thanks!