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.

CC2652P: About LE Secure Connection

Genius 5840 points

Part Number: CC2652P
Other Parts Discussed in Thread: SIMPLELINK-CC13X2-26X2-SDK

Hello,

I'm trying to connect AmazonEcho using LE Secure Connection.

When ATT_MTU_UPDATED_EVENT received,GATT_ExchangeMTU() returns SUCCESS only when MTU size = 65.(If MTU size is other value, that returns Invalid Parameter)

After that, GATT_DiscAllPrimaryServices is called after ATT_READ_BY_GRP_TYPE_RSP is received.

Then, After the moment ATT_READ_BY_GRP_TYPE_RSP is received, HCI_DATA_BUFFER_OVERFLOW_EVENT is occurred.

Could you tell me how to modify HCI DATA BUFFER?

Is it relative to MTU size?

I would like to procedure to fix it.

Regards,

U-SK