为什么GATT_Notification发送的数据接收的时候是乱码?
时间:10-02
整理:3721RD
点击:
这是发送的值
pReport.value[0] = 1;//赋值
GATT_Notification(noti_cHandle,&pReport,FALSE);
这是显示的函数
HalUARTWrite(0,&pMsg->msg.handleValueNoti.value[0],15 );
为什么显示的是“-”呢?
用SimpleProfile_SetParameter能否正确接收?