-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Urgent
-
SimpleLink Lowpower SDK F3 BLE5 Stack
-
BLE_LOKI-3877
-
BLE_LOKI_9_14_00
-
Description: One consistent advertising set is continuously running at a 100ms advertising interval. Additionally, a continuous scan is running with a 40ms interval, and 40ms window. Another advertising set is created at the same interval (100ms), and a connection is established using this advertising set. The connection is disconnected, and the device destroys the new advertising set, and then re-enables advertising. This is repeated multiple times (destroy -> create -> advertise -> connect -> disconnect). After several iterations, no advertising started event is received from the stack, but device believes it is advertising. No new advertising events are transmitted. From stack point of view, advertising is happening regularly, but the radio is silent. Found that the command reaches the controller, but an issue with advertising and scanning scheduling causes the issue. Found on 9.14.00.35 SDK.