commit | 6b72bed9671e8c956ce58ad19a2330bffd913b33 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu Nov 12 15:11:43 2020 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 19 12:36:14 2020 +0100 |
tree | 0b8ee15f6675904a8528782358826fb83dedaafe | |
parent | 071db25f6694e0e8f4a88224bbbcba60db9ff68d [diff] |
Bluetooth: Controller: Add common ULL ticker stop with mark function The same code block for marking an object with ull_disable_mark, stopping the ticker and then unmarking the object appeared multiple places; often with a regression bug where instead of unmarking it in case of error, it would be "remarked". This commit fixes the bug, and moves the functionality to a common function. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>