Sorry for bad english :-(
I am starting with CoreBluetooth framework. i using write code like below for CoreBluetooth
[centralManager scanForPeripheralsWithServices:nil options:nil];
I took a look into apple reference, I do not understand that what's that serviceUUIDs?
- (void)scanForPeripheralsWithServices:(NSArray *)serviceUUIDs options:(NSDictionary *)options;
Please explain me.