-
Bug
-
Resolution: Fixed
-
Medium
-
SimpleLink CC13x2-26x2 SDK BLE5 Stack
-
BLE_AGAMA-3675
-
BLE Stack BLE5-2.2.2
-
BLE Stack BLE5-2.2.5
-
CC26X2R1
Problem Description:
The function "linkDB_Up" does not always return the correct state of a connection (as connected).
Root cause:
This function relies on internal state variable LINK_CONNECTED. The LINK_CONNECTED is not properly updated therefore so is "linkDB_Up".
Fix:
Check the connection status directly at the link layer to ensure linkDB_Up reports the most accurate connection state.