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.
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