NimBLE
#674
Replies: 3 comments 3 replies
-
Once you have a client connected you can write to a characteristic by calling Have a look at the examples and documentation to see how this is done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi,i did tried. I got the services and could not get the characteristics, descriptor using the services. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@h2zero,
hi,I have got the services, characteristics when scanned the ble device using the Mobile app.
Now, I used the NimBLEClient::discoverAttributes() fun to discover the service of the device. I want to get the Characteristics and want to use the GATT wite() fun. Kindly help me out, how to do it.
Beta Was this translation helpful? Give feedback.
All reactions