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.

为什么我在simpleblecentral中得不到从机的notification



我已经在simpleBLECentralProcessGATTMsg加了

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

}

但是设了断点没反应,从机端我用的是simplekey发的数据,且肯定已经发出了,我用ios的app可以得到从机的数据的。

我搜了一下坛子,说要先使能从机端的skConfig,但是没提到该怎么使能。是在连接之后要先调用什么函数来做的?