commit | 06b0a9c59d01752d849de95c4d398a91b967eda7 | [log] [tgz] |
---|---|---|
author | Michal Ciesielski <michal.m.ciesielski@voiapp.io> | Thu Oct 22 15:51:40 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Dec 21 13:36:50 2021 +0100 |
tree | a09dac6acce659bbe318e4d90226aede7726eae0 | |
parent | 2f046da6a12a6f8a46f5be915285c6a92ff64606 [diff] |
net: lwm2m: Make lwm2m_pull_context reusable Add a semaphore to control that no collisions occur when multiple sources want to use the pull_context Add struct firmware_pull_context *ctx as an argument to the result_cb of the context. This allows the receiver to do some kind of differentiation on the source. Signed-off-by: Michal Ciesielski <michal.m.ciesielski@voiapp.io>