When I use:
CBUUID * uuid = [CBUUID UUIDWithString:@\"1800\"]; // GAP DEBUG_LOG(@\"CBUUID: %@\",uuid); // CBUUID: Generic Access Profile _centralMan = [[CBCe
Turns out our peripheral code was not advertising the UUIDs a la this Bluetooth spec.
As soon as we dropped them into the advertising packet, iOS picked them up no sweat.