-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SimpleLink Lowpower SDK F3 BLE5 Stack
-
BLE_LOKI-1994
-
BLE Stack BLE5-3.3.1
-
-
CC2340R5-Q1
Description of the issue: In GATTServApp_ReadRs() inside gattservapp.c, the fourth argument of the function expects a uint16 attrHandle. However, in gattservapp.h, the comment of the function mentions that it expects and offset rather than the attrHandle which leads users to input 0 causing out of bound error code.