It has absolutely the same result for Dual Mode scanning.
And why did you suggest that this device is Dual Mode? This product registered as Bluetooth device (just wondering, because maybe I'm missing something)
Device Type - Common Device
Protocol - Bluetooth
Data Protocol - Tuya Standard Protocol
Also, just saw this warning, maybe it can be connected too?
Code: Select all
API MISUSE: <CBCentralManager: 0x2801e4a00> has no restore identifier but the delegate implements the centralManager:willRestoreState: method. Restoring will not be supported
And noticed
Code: Select all
Bluetooth Background Permission is not enabled in the current application
But all required permissions according to documentation are there (and Capabilities Access Wi-Fi Information is added)
<key>NSBluetoothAlwaysUsageDescription</key>
<string>For Bluetooth scan</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>For Bluetooth scan</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>For Bluetooth scan</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>For Bluetooth scan</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>For Bluetooth scan</string>