attHandleValueNoti_t pReport;
pReport.handle=0x2e;
pReport.len = 16 ; ;
osal_memcpy(pReport.value, bdAddr2Str(array), 16);
GATT_Notification(0, &pReport, FALSE );
我在从机程序中添加上述通过fff4发送多字节字符的函数,为什么添加了这个函数后,在lightblue中通过fff3或者fff1发送过来的数据在从机上接收不到?急!!!求解???
wenzhong shen:
没有看懂?你的这段代码是在FFf4 的程序里添加的? 如果是这样,fff3和fff1没有触发发送通知,lightbule是收不到数据的啊
Yan:
waiting,
你用BTool 走同样的流程试过没?
另外,最好用packet sniffer 抓包看一下,空中到底发生了什么。