distinguish between adv_ind and Scan response manufacture data. #1365
Unanswered
asdfhhsuidfg
asked this question in
Q&A
Replies: 1 comment
-
Technically, this is possible on Windows but it is not technically possible on Linux or Mac so Bleak does not support it. Perhaps you could use service data instead of manufacturer-specific data for one of the values? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a application which uses both adv_ind and scan response to advertise custom data. the custom data will be added along with the manufacture specific data. But i have different custom data in adv_ind and scan response.
The command
manufacturer_data = advertisement_data.manufacturer_data
print(manufacturer_data)
only gives me the manufacture data in scan response data
any way to access manufacture data in adv_ind?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions