write error 3是什么原因呢?

 if(pMsg->method == ATT_ERROR_RSP)

        {

            uint8_t status = pMsg->msg.errorRsp.errCode;


            PRINT("Write Error: %x\n", status);

            PRINT("Write Error handle: %x\n", pMsg->msg.errorRsp.handle);

        }

这段代码的输出。

检查一下对应的属性功能是否有包含write,从lib.h检查到发现The attribute cannot be written。

针对你的问题,使用57x/58x作为主机时,可以先确定好对应属性的uuid,然后通过uuid进行枚举服务。


只有登录才能回复,可以选择微信账号登录