commit | dc812539b81aeaec0695ad71a8ea7ee404e6b467 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Mon Jan 24 15:49:06 2022 +0100 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Thu Feb 24 13:56:04 2022 -0800 |
tree | f6c975b1a2cb22beff128caca1bbfd2b9a20c1e8 | |
parent | 3efe1e8c05233d85354956f1e385e2b144d84af3 [diff] |
Bluetooth: MPL: Fix use of uninitialized command.param value The command.param may not always be set in send_command depending on whether command.use_param is set. If command.use_param is not set, the command.param is not logged, and is set to 0. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>