Open
Description
I would like to avoid scanning again if my device know the identifier of my BLE Objects.
Apple provide this interesting method:
retrievePeripheralsWithIdentifiers :
https://developer.apple.com/documentation/corebluetooth/cbcentralmanager/1519127-retrieveperipheralswithidentifie?language=objc
Can you please expose this method in the API ?