コア Bluetooth フレームワークを使用して 2 つの idevice を接続できますか?次のコード スニペットを使用しています。
cBCM = [[CBCentralManager alloc] initWithDelegate:self queue:nil];
[cBCM scanForPeripheralsWithServices:nil options:nil];
- (void)peripheral:(CBPeripheral *)peripheral didDiscoverCharacteristicsForService:(CBService *)service error:(NSError *)error {
}
しかし、デリゲートはまったく発砲していません。解決策はありますか?