请问一下,
1)从机收到主机发过来的数据后,从机接收数据的入口函数在哪呢,我看既有函数SimpleProfile_GetParameter,也有SimpleProfile_ReadAttrCB,还有回调函数simpleProfileChangeCB,对这几个函数的关系不是很了解。目前我在simpleProfileChangeCB中添加串口打印程序,是可以将主机发送过来的数据打印出来的
2)还有发送数据时,SimpleProfile_SetParameter和GATT_Notification两个是不是都可以呢?
3)simpleProfile_WriteAttrCB这个函数在从机数据传递过程中的作用是什么呢