Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't receive the ScanResponse advertisement #1414

Open
chenrui1996 opened this issue Jun 11, 2024 · 0 comments
Open

Can't receive the ScanResponse advertisement #1414

chenrui1996 opened this issue Jun 11, 2024 · 0 comments
Labels

Comments

@chenrui1996
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant