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.

cc2540 使用l2cap层直接发送数据



想使用L2CAP层协议直接发送数据,注册一个CID成功后,要使用bStatus_t L2CAP_SendData( uint16 connHandle, l2capPacket_t *pPkt )这个函数发送数据,但是connhandle该如何获得?