Edit

Share via


CBCentralManager.RetrievePeripherals Method

Definition

Overloads

RetrievePeripherals(CBUUID)

Returns all peripherals that have services that are identified by the specified serviceUUIDs.

RetrievePeripherals(CBUUID[])

Returns all peripherals that have services that are identified by the specified serviceUUIDs.

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 -> unit

Parameters

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[] -> unit

Parameters

peripheralUuids
CBUUID[]
Attributes

Applies to