Skip to content

Can't receive the ScanResponse advertisement #1414

@chenrui1996

Description

@chenrui1996

I run the foreground watcher with ble advertisement sample and use Active BluetoothLEScanningMode.

watcher = new BluetoothLEAdvertisementWatcher()
{
    ScanningMode = BluetoothLEScanningMode.Active,
    AllowExtendedAdvertisements = true
};

watcher.Received += OnAdvertisementReceived;

watcher.Start();

But it still cannot scan “ScanResponse” advertisement.
image

I'm sure the device has “ScanResponse” advertisement because it works well on Andriod.
7a53d7c4924a9b0bc94a0f8d56bc582

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions