Adafruit_feather_sense: Changing BLE advertisement packets data during runtime. #42768
Unanswered
devjoshi9031
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am working towards a project which requires Adafruit_feather_sense to be in Broadcaster mode. I need to advertise the temperature sensor data which will change dynamically. However, the
struct bt_data
struct has data field of type const uint8_t struct. Is there a way to sent a variable data as anadvertisement packet data or scan response data without connecting to any device?
Here is how I want to structure my advertisement packet:
I am really sorry if this questions feels vague but this is my first question in any discussion forum.
I hope my question was understandable and thanks in advance for your help!!
Regards,
Dev Joshi
Beta Was this translation helpful? Give feedback.
All reactions