从机端通过GATT_Notification( 0, &pReport, FALSE )发送数据给主机,在主机端通过 osal_memcpy(¬i.value, &pMsg->msg.handleValueNoti.value,noti.len);能正常收到从机发来的数据,但是主机端利用GATT_Notification( 0, &pReport, FALSE )发送数据给从机,从机却收不到数据,这是什么原因呢?
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.
从机端通过GATT_Notification( 0, &pReport, FALSE )发送数据给主机,在主机端通过 osal_memcpy(¬i.value, &pMsg->msg.handleValueNoti.value,noti.len);能正常收到从机发来的数据,但是主机端利用GATT_Notification( 0, &pReport, FALSE )发送数据给从机,从机却收不到数据,这是什么原因呢?