CBCentralManager.RetrievePeripherals Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| RetrievePeripherals(CBUUID) | Returns all peripherals that have services that are identified by the specified  | 
| RetrievePeripherals(CBUUID[]) | Returns all peripherals that have services that are identified by the specified  | 
RetrievePeripherals(CBUUID)
Returns all peripherals that have services that are identified by the specified serviceUUIDs.
public void RetrievePeripherals(CoreBluetooth.CBUUID peripheralUuid);member this.RetrievePeripherals : CoreBluetooth.CBUUID -> unitParameters
- peripheralUuid
- CBUUID
Applies to
RetrievePeripherals(CBUUID[])
Returns all peripherals that have services that are identified by the specified serviceUUIDs.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RetrievePeripheralsWithIdentifiers' instead.")]
public void RetrievePeripherals(CoreBluetooth.CBUUID[] peripheralUuids);member this.RetrievePeripherals : CoreBluetooth.CBUUID[] -> unitParameters
- peripheralUuids
- CBUUID[]
- Attributes