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