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

output confusion #3

Open
OscarSanchez568 opened this issue Mar 11, 2019 · 2 comments
Open

output confusion #3

OscarSanchez568 opened this issue Mar 11, 2019 · 2 comments

Comments

@OscarSanchez568
Copy link

OscarSanchez568 commented Mar 11, 2019

Hello I am using your beacon_scanner for extended advertising and I am getting weird output. Please let me know if this is what is should be.
output

:@manumonti
Disregard problem solved.

@manumonti
Copy link
Contributor

Hi,

Have you solved the issue? Where was the problem?

@OscarSanchez568
Copy link
Author

OscarSanchez568 commented Mar 12, 2019

static ble_gap_scan_params_t m_scan_param = /**< Scan parameters requested for scanning and connection. */
{
.active = 0x00,
.interval = SCAN_INTERVAL,
.window = SCAN_WINDOW,
.filter_policy = BLE_GAP_SCAN_FP_ACCEPT_ALL,
.timeout = SCAN_DURATION,
// .scan_phys = BLE_GAP_PHY_CODED, // Choose only one of the following scan_phys
.scan_phys = BLE_GAP_PHY_1MBPS,
// .scan_phys = BLE_GAP_PHY_2MBPS,
.extended = 1,
};

on this place .scan_phys= BLE_GAP_PHY_1MBPS was set when my advertisement was set at BLE_GAP_PHY_CODED just needed to change scan to BLE_GAP_PHY_CODED

:@manumonti

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

No branches or pull requests

2 participants