【发布时间】:2014-02-15 08:07:54
【问题描述】:
抱歉英语不好:-(
我从 CoreBluetooth 框架开始。我为 CoreBluetooth 使用如下编写代码
[centralManager scanForPeripheralsWithServices:nil options:nil];
我查看了apple reference,我不明白那是什么serviceUUIDs?
- (void)scanForPeripheralsWithServices:(NSArray *)serviceUUIDs options:(NSDictionary *)options;
请解释一下。
【问题讨论】:
标签: ios iphone bluetooth core-bluetooth