This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

c# nRFUart Master Emulator Example

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

Parents Reply Children
Related