CoreBluetooth GNUstep
In an attempt to learn more about Bluetooth I am recreating the CoreBluetooth framework as a wrapper around Bluez5.0 for use with GNUstep.
I started with the CBUUID class since it was pretty simple. Or so I thought… It turns out, the gnustep-corebase library would not create a CFUUID from an NSString. So, pull request is in. I have never done a pull request before so we’ll see how that goes.