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.

请教master端如何处理slave发过来的notification事件



HI, TI ‘s engineer

我有如下问题想咨询下:

slave端往master发送了一个notification事情,在master的 simpleBLECentralProcessGATTMsg 函数中可以添加一个条件如

else if ((pMsg->method == ATT_HANDLE_VALUE_NOTI) ||
(。。。。。。。。)) {

部分进行处理,我的问题是,在simpleBLECentralProcessGATTMsg函数处理读/写操作的时候都存在一个失败处理,但是我查看代码的时候没有发现notification操作存在相应的错误处理宏,请教下,我如何对notification错误的情况下进行出错处理 ??  or  notification事件不存在出错处理 ??

tks!