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.

CC2652R: BLE如何在Center端设置MTU?

Part Number: CC2652R


我是用simple_central例程来连接simple_peripheral,连接之后我想修改MTU,但是发现没有合适的API。我试图在simple_central中使用GATT_UpdateMTU来修改当前连接的MTU,但是均不能成功。请问应该如何使用API来修改MTU的大小?谢谢~