Have you tried ‘scanForPeripheralsWithServices:options:’ specifying @{CBCentralManagerScanOptionAllowDuplicatesKey: @YES} for options?
But I don’t want to connect again. I just want to be notified that the peripheral is available, so I can display it in a list. If iOS didn’t automatically connect without request or consent, I would receive advertising events…
Thanks Nick
You can call -connectPeripheral:options: again from the -centralManager:didDisconnectPeripheral:error: delegate method, to make iOS call your delegate method again when the device is reconnected again.
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|