Hi,

I see two issues in the CoreBluetooth api in MT.

1. I am subclassing CBCentralManagerDelegate for some Bluetooth work and I
see that there is a RetrievedConnectedPeripherals method that takes in a
CBPeripheral named "peripherals". I believe that this should actually take
in a CBPeripheral[] just as the Objective C implementation does and just as
the MT RetrievedPeripherals method does on the same class.

2. I invoke RetrieveConnectedPeripherals() on my CBCentralManager and I do
get a callback in my RetrievedConnectedPeripherals method on my
CBCentralManagerDelegate--and the peripherals parameter is not null (even
though I'm not connected to anything). But it is also not exactly empty
either. If I do a Console.WriteLine(peripherals.Name) I get a SIGSEGV crash.

I'm on the stable branch of MonoDevelop--and I believe I am up-to-date:
MonoDevelop 3.0.4.6, XCode 4.4.1, MonoTouch 5.4.0.

If I should create a bug in bugzilla, let me know.

Thanks,

Josh



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/CBCentralManagerDelegate-method-signature-incorrect-tp4656951.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to