avdtp: Remove use of G_PRIORITY_LOW
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 16 Feb 2021 22:55:45 +0000 (14:55 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
commitdce06f5813277f0f0bdac10c8186463bb6fc633b
treea40f935e55f7620f83ee4df38ef8b870484efbd8
parent8bf4c858d7410c33686f8390c6753dee351ac719
avdtp: Remove use of G_PRIORITY_LOW

G_PRIORITY_LOW was used in order to prioritize the AVDTP media transport
channel over the signalling channel but this has the side effect of
delaying the dispatching of other conditions such as HUP/NVAL, so now
that BtIO use G_PRIORITY_HIGH for its watches we no longer need to
deprioritize session_cb.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
profiles/audio/avdtp.c