CoreBluetooth 只支持蓝牙 4.0?
使用 CoreBlutooth,我无法从 Mac Mini 中找到我的 iPod3。谁能告诉我是否可以在旧的苹果设备(如 iPod3)上开发蓝牙程序?
NSDictionary * options = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:FALSE], CBCentralManagerScanOptionAllowDuplicatesKey, nil];
[manager scanForPeripheralsWithServices:[NSArray arrayWithObject:[CBUUID UUIDWithString:@"180A"]] options:options];