Add a return_adv option to all find_device_by_* methods in BleakScanner #1597
ekenyon676
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
See #1277 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BleakScanner
has the option to return advertisement data in itsdiscover
method, but only returns the device in thefind_device_by_address
,find_device_by_name
, andfind_device_by_filter
functions. It can often be useful to return the advertisement data in those other situations as well. I've basically had to re-implement those functions in my application because I want both the device and ad data for a device I'm looking for by name.Beta Was this translation helpful? Give feedback.
All reactions