This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Receive Notifications with HCI

Other Parts Discussed in Thread: CC2650

I have a 2 SmartRF06EB modules with cc2650's  1 is running the HostTestApp, the other is running a modified version of the SimpleBLEPeripheral as per this tutorial:  http://processors.wiki.ti.com/index.php/Tutorial:_How_to_Create_a_Custom_Bluetooth_Smart_Embedded_Application_with_the_CC2650DK

I am able to use BTool to connect, establish link, discover UUIDs and see the values just as shown in the 'Connect with BTool' portion of the tutorial.    I write a 01:00 to the Client Characteristic Configuration value associated with the characteristic that is set up to be a Notification.  I then increment the value from the Sunlight Sensor per the tutorial.  I see the value change on the LCD, but never see the value update in BTool.  If I manually read the value in BTool I see the updated value.

My understanding is that the Sunlight Sensor sends a notification when the sensor value changes, this in turn causes BTool to automatically update the value in the GUI.  So what am I doing wrong, or am I misunderstanding?

Thanks for any help!