This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to enable indication for a characteristic

Hello Everyone

Is there any example code which uses indication property. Application nAn-36 uses notification property and as far as i read and understood about indication property it will indicate any change in the characteristic of service made by client to the Server.

Enabling the GATT characteristic to indicate state, what other things i need to do. such as

char_md.char_props.indicate = 1;

So that whenever a value changes it will be indicated automatically.

Thanks & Regards Asma

Related