commit | 7c0b74bc0d52bae09f816c5a23a457363cfdad8a | [log] [tgz] |
---|---|---|
author | Wolfgang Puffitsch <wopu@demant.com> | Thu Sep 30 16:57:38 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Oct 04 20:48:01 2021 -0400 |
tree | 0253961f2333a519218760895ab9ec191f6c6101 | |
parent | 230f8db0d5bfcadeae966e9f266c45f041bf4cfc [diff] |
Bluetooth: controller: Fix use of handle field in HCI command handling Fix use of handle field in HCI command handling for some ISO-related commands. The response buffer may reuse the command buffer. Therefore, the handle field must not be copied directly from the command to the response. Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>