gatt: added missing disconn_id's and removed extra check
authorBernie Conrad <bernie@allthenticate.com>
Tue, 12 Oct 2021 21:51:51 +0000 (14:51 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:37 +0000 (19:08 +0530)
commit435e97b4c1a6178c80988f89129c60fe5e715092
tree0ab782d9bfe1aabe9c64e01f0bb6f48d12f45561
parente89ac178a2861ba4c0762b6278faf5b9a22cebe2
gatt: added missing disconn_id's and removed extra check

Adds missing assignment to disconn_id for pending operations and removes
check that is already handled by checking if the owner_queue of the op
is gone at the start of write_reply_cb.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/gatt-database.c