Hi everybody,
Currently I am Working in Android Alert notification.
Here i am using BLE TI Stack 1.4 and IAR 8.30.1.
And also, i am using Time app Project for BLE peripheral device CC2541 keyfob . I tried to get android call and message notification in my cc2541 keyfob. After i successfully paired keyfob with my android mobile i am unable to get receive any notification(i am using default timeapp project- i did't modified any thing). I debug and checked- its not entering into the following timeapp indication loop. And also i tried with call notification and SMS message notification and mail notification.
if ( pMsg->method == ATT_HANDLE_VALUE_NOTI ||
pMsg->method == ATT_HANDLE_VALUE_IND )
{
timeAppIndGattMsg( pMsg );
}
Kindly please help me with your suggestion to solve this problem.
I welcome all the suggestions.
Thanks in advance.