在cc2540的程序中使用了GATT_Notification来发送,代码是这么写的
GATT_Notification( 0, &nData, FALSE )
然后我在ios程序中使用setNotifyValue函数打开了characteristic4的notification,程序显示打开成功,但是一直收不到数据
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.