Hi,
We are looking at porting the Tuya BLE SDK to the Nordic platform and on reviewing the documentation we have identified that the SDK uses two 16bit service UUIDs:
- 0x1910 for data transfer
- 0xA201 for advertising
More details here:
https://github.com/TuyaInc/tuya_ble_sdk#the-concepts-of-tuya-ble-service
On checking the BLE SiG 16bit numbers document it seems these service IDs are not allocated.
How is it that Tuya are able to use these UUIDs for their services? Could this cause any problems later with Bluetooth SiG qualification?