How to view scan response along with advertisement #1121
Unanswered
smcneill-phlsci
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The scan response is combined with advertisement data into a single data structure. It is combined at the OS level on all OSes except for Windows, so Bleak can't tell the difference and just calls everything advertisement data. |
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
-
Using a Raspberry Pi (Raspbian) I'm able to view both the advert and the scan response using hcitools/hcidump
However, I'm unable to see the scan response when using
BleakScanner.discover(return_adv=True)
Is this possible using Bleak? I can't find an example and searches are not coming up with anything to help so far. If it is possible is there an example someone could point me to?
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions