CoreBluetooth は Bluetooth 4.0 のみをサポートしていますか?
CoreBlutooth を使用すると、Mac Mini から iPod3 が見つかりません。古いAppleデバイス(iPod3など)でBluetoothプログラムを開発できるかどうか誰に教えてもらえますか?
NSDictionary * options = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:FALSE], CBCentralManagerScanOptionAllowDuplicatesKey, nil];
[manager scanForPeripheralsWithServices:[NSArray arrayWithObject:[CBUUID UUIDWithString:@"180A"]] options:options];