commit | ef1fcd0e82a96c7a4760348bbdc31779f765c57b | [log] [tgz] |
---|---|---|
author | Michał Narajowski <michal.narajowski@codecoup.pl> | Tue Dec 14 15:05:43 2021 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Thu Dec 16 10:15:36 2021 +0100 |
tree | 5c5c1415cb6bd00e0e37af5625d51d4c2842cfd7 | |
parent | ff9d967832a459dc4d945284c34e3ff03f1a2296 [diff] |
Bluetooth: Mesh: Fix Config/Health Client async API The previous PR was not fully baked, so this PR fixes issues by: - Adding checks when dereferncing pointers stored in params. - Clearing ack context if a return argument is NULL to not block and wait for response. Signed-off-by: Michał Narajowski <michal.narajowski@codecoup.pl>