I think I may have answered my own question. I unplugged my device from my computer and disconnected the battery, then plugged it back into the USB and I now have a name and UUID that I can track.
I basically added a call to lib_aci_set_local_data() into UART.h in the same location that RBL does it in their version of the nRF8001 library code and it
seems to have worked.
I have a very simple iOS app that I wrote that is giving me the UUID and the device name.
The next step is to see if I can get an iOS app to communicate with it...
