Hi all,
Can anyone please suggest if i need to create any service for sending data using GATT_Notification()? I have modified the changes given in File:Cc2540 throughput 10ms 20byte notifications.zip provided in processors.wiki.ti.com/.../CC2540_Data_Throughput for sending 20bytes data using sendData(). I can see in sniffer 20 bytes data is getting transmitted but not able to receive this data in mobile phone. In stead if i use some predefined service like magnetometer service for sending 20bytes then i am able to receive 20 bytes data in mobile phone. I want to know
1)if i need to create any service in cc2541 FW for sending data using sendData() so that it can be received in mobile phone?
2)Do i need to create service in android side for receiving data sent using GATT_Notification() in sendData()?
If anyone can suggest any document which can describe for receiving gatt notification data then it will be useful for me.

