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.

CC2745R10-Q1: About the L2CAP_SendSDU function in SDK9.10

Part Number: CC2745R10-Q1

Tool/software:

Hi,

Please tell me about the function "L2CAP_SendSDU" in SDK9.10.

In SDK9.10, a new member "connHandle" has been added to the structure "l2capPacket_t".

[\simplelink_lowpower_f3_sdk_9_10_00_83\source\ti\ble\host\l2cap\l2cap.h]

When we investigated the changes to the function "L2CAP_SendSDU" that uses the structure "l2capPacket_t",

we found that we were unable to investigate them because it is a library.

Could you please tell me how connHandle is used in the "L2CAP_SendSDU" function?

  • Hello,

    I'm a bit confused on the question. L2CAP_sendSDU sends a packet over a physical connection to another device. The connection handle is used to identify the connection the packet must be sent on.

    Am I misunderstanding your question?

    Best,

    Nima Behmanesh