Skip to content

extmod/bluetooth: Support active scan in BLE.gap_scan(). #6336

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

Closed

Conversation

andrewleech
Copy link
Contributor

Most of the ground work for this (ie the IRQ handling) was already in place, just missing this final bit.

This means you get any scan_response details when scanning for devices too.

In my device's case the service uuid's are in the advertising packet, the device name in the scan response. Without this change I don't get any device names.

@andrewleech
Copy link
Contributor Author

Included in #6343

@dpgeorge dpgeorge added the extmod Relates to extmod/ directory in source label Aug 26, 2020
@dpgeorge
Copy link
Member

This was merged in a80a146

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

Successfully merging this pull request may close these issues.

3 participants