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

Enable Notification and Indication simultaneously

Hello Nordic! My application requires an nRF51822 using S110 to handle both Notifications and Indications over the same characteristic.

The CCCD value 0x01 = 0b01 enables Notifications, while 0x02 = 0b10 enables Indications. Android only provides pre-defined values to enable one method at a time. And even the nRF Connect app only allows the user to enable one time at a time.

However, I need both to be enabled simultaneously. Is that achievable by writing value 0x03 = 0b11 to the CCCD?

Parents Reply Children
No Data
Related