retrievePeripherals(withIdentifiers:)
Returns a list of known peripherals by their identifiers.
Declaration
func retrievePeripherals(withIdentifiers identifiers: [UUID]) -> [CBPeripheral]Parameters
- identifiers:
A list of peripheral identifiers (represented by Nsuuid objects) from which Cbperipheral objects can be retrieved.
Return Value
A list of peripherals that the central manager is able to match to the provided identifiers.