in Sources/RxCBCentral/core/CBCentralManagerType.swift [39:43]
func cancelPeripheralConnection(_ peripheral: CBPeripheralType) {
if let peripheral = peripheral as? CBPeripheral {
cancelPeripheralConnection(peripheral)
}
}