Tool/software:
CCS version : 12.7.0
SDK version : 7.40.00.64
Example project : basic_ble
When I was testing the Notification function of CC2340 as the characteristic value (FFF1) of the Central startup peripheral device, I sometimes failed to read the 0x2902 of FFF1 after startup.
The picture on the left shows the monitoring window when the data cannot be read. The "check_method" array is used to store the "method" from the peripheral device during the connection. "fff1_noti_rsp" stores the return value of GATT_ReadCharValue().
The picture on the right shows that most of the returned values can be successfully read.
PS. Notification has been enabled for FFF1 of the peripheral device, and it has been confirmed that Bluetooth connection and communication can be used normally.