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
