monitor: Fix ATT decoding issue
authorIulia Tanasescu <iulia.tanasescu@nxp.com>
Thu, 7 Sep 2023 15:12:28 +0000 (18:12 +0300)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:04 +0000 (19:04 +0530)
commit452cafd0a8c74dbf9b694ea043c9d64a4803d35f
tree5cd03970707e3bf05accaeae1607ca00a7951552
parent7407b78014c178d1e65427dc1d3e19701a0c02e8
monitor: Fix ATT decoding issue

This fixes the way conn handles are marked as unused in the
conn_list array, so that valid conn entries are not overwritten
by new ones.
monitor/packet.c