I'm working on the C# nRFUart example found under C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\2.1.13.14\Example code\nRFUart. In nRFUartController.cs the PerformPipeSetup() method has the following:
BtUuid uartOverBtleUuid = new BtUuid("6e400001b5a3f393e0a9e50e24dcca9e");
How is that UUID chosen?
Thanks