I am trying to read the primary services using Master Emulator API and i am getting the below error. Using the Master Control Panel (MCP), it got no problem reading back all the values. As such i made a comparison between MCP log and my coding log, MCP has a "Format: HandleAnd16BitUuid" in its log. How can i implement the same to my code? Basically i just want to read the primary services and that is all.
Exception thrown: 'System.ArgumentException' in Ulpbt.dll
System.ArgumentException: Invalid length of uuidHexString: 0A1BB0404A4664B99A02B0EFD2A7A1A4A.
at Ulpbt.BtUuid.AssignFromHexString(String uuidHexString)
at Nordicsemi.MasterEmulator.ParseUuid(PythonDictionary attributeEntry)
at Nordicsemi.MasterEmulator.DiscoverServices()
Thanks