Replies: 1 comment
-
Hello @lynnbgm did you figure out how to get this working? your implementation above, does it successfully advertise packets? |
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 question about sending a GATT Indicate Characteristic from a peripheral device to a connected central device. I have programmed the peripheral device using Bluez 5.63 and sdbus-cpp, and I am able to successfully advertise and connect to the central device. However, I need to send different values back to the central device based on the values it writes to us. I have reviewed the documentation, but I am unsure how to implement this functionality. I believe I need to connect to the D-Bus, create a D-Bus message to send the signal, and make API calls to set the GATT Indicate Characteristic value and send it. Can you help me identify the appropriate functions to achieve this?
Here is the pseudocode of how I defined the GATT Service GATT Characteristics and LEADvertiser in case it helps:
Beta Was this translation helpful? Give feedback.
All reactions