CBCentralManager.ScanForPeripherals Method

Definition

Overloads

ScanForPeripherals(CBUUID[], NSDictionary)

Scans for peripherals that are advertising any of the specified serviceUuids with the specified options.

ScanForPeripherals(CBUUID[], PeripheralScanningOptions)

Scans for peripherals that are advertising any of the specified serviceUuids with the specified options.

ScanForPeripherals(CBUUID)

Scans for peripherals that are advertising the specified serviceUuid.

ScanForPeripherals(CBUUID[])

Scans for peripherals that are advertising any of the specified serviceUuids.

ScanForPeripherals(CBUUID, NSDictionary)

Scans for peripherals that are advertising the specified serviceUuid with the specified options.

ScanForPeripherals(CBUUID[], NSDictionary)

Scans for peripherals that are advertising any of the specified serviceUuids with the specified options.

public void ScanForPeripherals (CoreBluetooth.CBUUID[] peripheralUuids, Foundation.NSDictionary options);
member this.ScanForPeripherals : CoreBluetooth.CBUUID[] * Foundation.NSDictionary -> unit

Parameters

peripheralUuids
CBUUID[]
options
NSDictionary

Applies to

ScanForPeripherals(CBUUID[], PeripheralScanningOptions)

Scans for peripherals that are advertising any of the specified serviceUuids with the specified options.

public void ScanForPeripherals (CoreBluetooth.CBUUID[] peripheralUuids, CoreBluetooth.PeripheralScanningOptions options = null);
member this.ScanForPeripherals : CoreBluetooth.CBUUID[] * CoreBluetooth.PeripheralScanningOptions -> unit

Parameters

peripheralUuids
CBUUID[]

Applies to

ScanForPeripherals(CBUUID)

Scans for peripherals that are advertising the specified serviceUuid.

public void ScanForPeripherals (CoreBluetooth.CBUUID serviceUuid);
member this.ScanForPeripherals : CoreBluetooth.CBUUID -> unit

Parameters

serviceUuid
CBUUID

Applies to

ScanForPeripherals(CBUUID[])

Scans for peripherals that are advertising any of the specified serviceUuids.

public void ScanForPeripherals (CoreBluetooth.CBUUID[] peripheralUuids);
member this.ScanForPeripherals : CoreBluetooth.CBUUID[] -> unit

Parameters

peripheralUuids
CBUUID[]

Applies to

ScanForPeripherals(CBUUID, NSDictionary)

Scans for peripherals that are advertising the specified serviceUuid with the specified options.

public void ScanForPeripherals (CoreBluetooth.CBUUID serviceUuid, Foundation.NSDictionary options);
member this.ScanForPeripherals : CoreBluetooth.CBUUID * Foundation.NSDictionary -> unit

Parameters

serviceUuid
CBUUID
options
NSDictionary

Applies to