commit | f23fa864498ac26cc67242217c9702d006e25932 | [log] [tgz] |
---|---|---|
author | Piotr Pryga <piotr.pryga@nordicsemi.no> | Sat Oct 30 23:40:52 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Jan 04 09:10:05 2022 -0500 |
tree | 989d091f20c87ce8386388888e4fc036bf73655d | |
parent | 23dd369dd6d03ff7a005b1c77632a097dfc19776 [diff] |
Bluetooth: Controller: util: Add generic double buffer implementation There are multiple places where double buffer is used in controlers code. This commit adds generic implementation of the double buffer. It can be used in future in all places where the data structure is in use. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>