我可以使用核心蓝牙框架连接两个 idevice 吗?我正在使用以下代码片段:
cBCM = [[CBCentralManager alloc] initWithDelegate:self queue:nil];
[cBCM scanForPeripheralsWithServices:nil options:nil];
- (void)peripheral:(CBPeripheral *)peripheral didDiscoverCharacteristicsForService:(CBService *)service error:(NSError *)error {
}
但代表们根本没有开火。任何解决方案?