We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
:@manumonti Disregard problem solved.
The text was updated successfully, but these errors were encountered:
Hi,
Have you solved the issue? Where was the problem?
Sorry, something went wrong.
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
No branches or pull requests
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](https://user-images.githubusercontent.com/47164218/54160907-f956f500-440d-11e9-93e8-e87a8b8b4473.PNG)
:@manumonti
Disregard problem solved.
The text was updated successfully, but these errors were encountered: