gatt: Fix not establishing a socket for each device
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 24 Jul 2023 20:57:34 +0000 (13:57 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
commitc09869a373401aa89c817fe7a617398bddf4f334
treea838454e60393e643a68a056e83542e27ff50e11
parentb50f6e86620ca508601039dc59603d99d747d12e
gatt: Fix not establishing a socket for each device

AcquireWrite and AcquireNotify shall establish a socket pair for each
device connected otherwise the application cannot distinct the
operations of each client.

Fixes: https://github.com/bluez/bluez/issues/460
src/gatt-database.c