我调用下面的函数,
stat = ATT_ExchangeMTURsp( connHandle, &msg.exchangeMTURsp );
返回值是4,我查了下是: MSG_BUFFER_NOT_AVAIL: No HCI buffer is available
为什么会有这样的错误?
我用的是host模式。
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.
我调用下面的函数,
stat = ATT_ExchangeMTURsp( connHandle, &msg.exchangeMTURsp );
返回值是4,我查了下是: MSG_BUFFER_NOT_AVAIL: No HCI buffer is available
为什么会有这样的错误?
我用的是host模式。