adapter: Remove custom MGMT send/reply timeout
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 24 Jan 2022 23:41:03 +0000 (15:41 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:53 +0000 (14:55 +0530)
commitb2ffd11044482a0fb0e124bf56505e219224e6b8
tree6094531a3c97aefd28e2d8df3fc33892f9ccf914
parent3c86d4ead860526489741ca8589650a597d350f7
adapter: Remove custom MGMT send/reply timeout

This removes the custom MGMT send/reply timeout since bt_mgmt itself
can handle them itself and it actually start the timer only when the
command is actually sent to the kernel rather then when it is queued.

Fixes: https://github.com/bluez/bluez/issues/275
Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/adapter.c