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.

cc2640r2 central 使用notification问题

现在使用cc2640r2作主机,请问有使用读取 从机notificaion特征值的例子吗?

  • static void SimpleBLECentral_processGATTMsg(gattMsgEvent_t *pMsg)//在里面添加处理从机的notify
    {
    else if(pMsg->method == ATT_HANDLE_VALUE_NOTI)//从机的notify处理
    {
    //添加处理
    LCD_ManGo_Printf(4,"Receive a notify");

    }
    }