You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The head commit on https://github.com/pabigot/zephyr/tree/testing/extadv modifies the beacon sample to use extended advertising to control the frequency of advertisements. It creates an advertising set, configures it for one transmission, then after the transmission completes schedules another transmission five seconds later.
The program aborts with the following error after the fifth transmission completes.
NODE_RX_TYPE_EXT_ADV_TERMINATE is generated in ULL context
and shall not increment received PDU quota value.
Fixeszephyrproject-rtos#29101.
Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
NODE_RX_TYPE_EXT_ADV_TERMINATE is generated in ULL context
and shall not increment received PDU quota value.
Fixes#29101.
Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
The head commit on https://github.com/pabigot/zephyr/tree/testing/extadv modifies the beacon sample to use extended advertising to control the frequency of advertisements. It creates an advertising set, configures it for one transmission, then after the transmission completes schedules another transmission five seconds later.
The program aborts with the following error after the fifth transmission completes.
Analysis shows that the increment at https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/controller/ll_sw/ull.c#L984 is not paired with a decrement anywhere, when processing a link node of type
NODE_RX_TYPE_EXT_ADV_TERMINATE
.The text was updated successfully, but these errors were encountered: