Can't receive the ScanResponse advertisement

Open
#1,414 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp
Domain
networking

Research direction

Start by reproducing the report with BluetoothLEAdvertisementWatcher in the foreground watcher and the BLE advertisement sample, using Active scanning mode and extended advertisements. Trace the Received event to determine whether ScanResponse advertisements are surfaced; done means documenting or correcting the sample behavior, with a focused reproduction or test if the sample supports one.

Written by the indexing model from the issue text.

Description

bug

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

Dominant language
JavaScript
Stars
9.7k
Forks
7.8k
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/Windows-universal-samples

All issues in microsoft/Windows-universal-samples

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.