BluetoothLEAdvertisementWatcher.Start Method

Definition

Start the BluetoothLEAdvertisementWatcher to scan for Bluetooth LE advertisements.

public:
 virtual void Start() = Start;
void Start();
public void Start();
function start()
Public Sub Start ()

Windows requirements

App capabilities
bluetooth

Remarks

This method will transition the BluetoothLEAdvertisementWatcher to the Started state immediately with a pending scan request or to the Aborted state if the request failed immediately due to error.

If this method is called in the Stopping state, the request will be pended and the state will remain in the Stopping state until the request completes, at which time a new request will be sent and the state will transition to the Started state.

The BluetoothLEAdvertisementWatcher will be automatically stopped when an app is suspended.

Applies to

See also