Re: [RFC] Refactor UUID handling in Nimble

2017-01-13 Thread Christopher Collins
Hi Andrzej, That all sounds good to me. Thanks, Chris On Fri, Jan 13, 2017 at 02:58:19PM +0100, Andrzej Kaczmarek wrote: > Hi, > > I've refactored Nimble code to use dedicated type for UUID handling instead > of generic byte-array. Full diff is available here (it is split into > several

[RFC] Refactor UUID handling in Nimble

2017-01-13 Thread Andrzej Kaczmarek
Hi, I've refactored Nimble code to use dedicated type for UUID handling instead of generic byte-array. Full diff is available here (it is split into several patches for now to separate changes in stack and apps): https://github.com/andrzej-kaczmarek/incubator-mynewt-core/c