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.

CC2640: Cannot receive ATT_MTU_UPDATED_EVENT

Part Number: CC2640

Hello, I'm using ble_sdk_2_02_05_02 for my device.

I set the MAX_PDU_SIZE to 255 and test with iPhone 12 pro.

I can see the MTU exchange req/rsp in the packet log but cannot receive the ATT_MTU_UPDATED_EVENT in my application.

exchange_mtu_test_iphone.zip

I disabled DLE in build_config.opt file. Is it enabled for ATT_MTU_UPDATED_EVENT?

/* -DBLE_V42_FEATURES=SECURE_CONNS_CFG+EXT_DATA_LEN_CFG */
-DBLE_V42_FEATURES=SECURE_CONNS_CFG

Thanks,

Calvin