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.

CC2541 Indication values are not viewing on Btool and iphone's LiteBlue App



Hello,

I am using Indication other than Notification in the Thermometer sample application's Temperature measurement characteristics .The indicated Values are not viewing on Btool and iphone's app.What are the points to be taken care to get the indicated values on the device??

I also followed application Sample Guide for the same.

I also changed : noti.pValue = (uint8 *)GATT_bm_alloc( connHandle, ATT_HANDLE_VALUE_NOTI, GATT_MAX_MTU, &len );     to

                        noti.pValue = (uint8 *)GATT_bm_alloc( connHandle, ATT_HANDLE_VALUE_IND, GATT_MAX_MTU, &len );       in the gattServApp_SendNotiInd().

Thanking

vikas