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.

Why my central device can not get notification from slave device

I use the simpleBlecentral and simpleBLEperipheral to test, on slave device, use the simplekey to send notification. In simpleBlecentral, I add

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

}

in simpleBLECentralProcessGATTMsg, and set a breakpoint in it,but can not excute to it when slave device send char.

So what should I do to get the data from slave notification?

Chris