Other Parts Discussed in Thread: CC2640
After porting the ANCS program to CC2340, it is found that the service subscription features are successful, and the mobile phone also sends data to the module, but the module does not trigger the ATT_HANDLE_VALUE_NOTI event, that is, the data of the mobile phone cannot be received.
All the GATT events are opened here.
Looking at the Bluetooth packet capture data, the mobile phone sent data, but did not execute the ancs_gattEventHandler function.