shared/gatt-server: Fix not accepting multiple requests
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 6 Jan 2021 23:22:41 +0000 (15:22 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
commitef860a00a0c5a315615970fd622b4138f9494a27
tree02ffe420d9f08e0af8ae511eefd74674b725b5ee
parentaa299fe07e78eeea422c43035be0c2a65f9aa7c0
shared/gatt-server: Fix not accepting multiple requests

With introduction of EATT it is possible to send multiple requests using
different channels therefore bt_gatt_server shall not attempt to check
if there is already an outstanding request.

gh issue: https://github.com/bluez/bluez/issues/75

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