commit | cdc3b332ba024012990bf257a65cc916838f7c2d | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Nov 02 12:01:03 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 03 10:24:03 2022 +0100 |
tree | 5cae850c440594719b5d2a72f6a0d247f0824fca | |
parent | dd1c88d548622215200ff7a91989a0852a038aa1 [diff] |
Bluetooth: Audio: Fix unicast client ep reset The endpoint was only partially memset on disconnect, which left the handles untouched. This meant that the reset endpoint would still get returned by unicast_client_ep_find. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>