Skip to content

NimBLE: Get properties from characteristic #895

Closed Answered by h2zero
RootDev4 asked this question in Q&A
Discussion options

You must be logged in to vote

The properties are a bitmask so you need to test the bits, eg. prop1 & NIMBLE_PROPERTY::NOTIFY ? printf("notify set\n") : printf("notify not set\n");

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RootDev4
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants