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.

Central 和Peripheral 通讯时,ATT_Read_Req的 AttHandle默认值如何修改?

抓空中包,显示   ATT_Read_Req

                               Opcode AttHandle

                               0x0A        0x0025

这个0x0025 怎么修改为其他数值,比如修改为0x0018.

在code中,有下面赋值

simpleBLECharHdl = BUILD_UINT16( pMsg->msg.readByTypeRsp.dataList[0], pMsg->msg.readByTypeRsp.dataList[1] );

但不知如何修改,请帮忙告知下,谢谢!