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.

使用ios端程序打开notification功能

Other Parts Discussed in Thread: CC2540

在cc2540的程序中使用了GATT_Notification来发送,代码是这么写的

GATT_Notification( 0, &nData, FALSE )

然后我在ios程序中使用setNotifyValue函数打开了characteristic4的notification,程序显示打开成功,但是一直收不到数据

  • hi

        我现在也在弄notification的这块,我代码里对于gatt_notification返回值也进行过判断,显示是success,但是从手机app里就是显示不出读进去的值,,不知道你这边解决问题了没有?我app调试的时候用的是lightblue...也是没有反应....