Does anyone know how to pair to a device without a pin in 32 feet?
bool isPaired = BluetoothSecurity.PairRequest(device.DeviceAddress, pin);
I have disabled pin or pass entry on the bluetooth module im using and windows pairs fine with it. I just cant seem to find documentation or examples of how to pair with the device with 32 feet without a pin. Thank you in advance.