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.

CC2640R2 组包过程



Hi:

请问下,CC2640R2 是如何组包发出帧信息的?

exg: 我使用simple_central,当master 向 slave 发起连接请求时,调用GAP_EstablishLinkReq(&params); 而GAP_EstablishLinkReq 是库函数,内部实现是

经过封装的;而用wireshark 抓包,能够抓到Connect_req帧的Packet Header,Link Layer Data数值;

请问在调用GAP_EstablishLinkReq后,如何将参数组合发出,传递到stack层?