微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI蓝牙设计交流 > simpleBLEPeripheral.c中 Write Error 3 是什么意思?

simpleBLEPeripheral.c中 Write Error 3 是什么意思?

时间:10-02 整理:3721RD 点击:

else if ( ( pMsg->method == ATT_WRITE_RSP ) ||
( ( pMsg->method == ATT_ERROR_RSP ) &&
( pMsg->msg.errorRsp.reqOpcode == ATT_WRITE_REQ ) ) )
{

if ( pMsg->method == ATT_ERROR_RSP == ATT_ERROR_RSP )
{
uint8 status = pMsg->msg.errorRsp.errCode;

LCD_WRITE_STRING_VALUE( "Write Error", status, 10, HAL_LCD_LINE_1 );
}

中 Write Error 3和 Write Error 1  表示什么

ke,

0x03 代表 ATT_ERR_WRITE_NOT_PERMITTED

0x01 代表 ATT_ERR_INVALID_HANDLE

这些你可以在att.h 里面找到。

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top