Thanks. Unfortunately it appears bluetoothd is a single-threaded program spinning its g_main_loop without actually doing any heavy work on each iteration. This makes it hard to identify the cause of the problem without running it through a profiler.
Thanks. Unfortunately it appears bluetoothd is a single-threaded program spinning its g_main_loop without actually doing any heavy work on each iteration. This makes it hard to identify the cause of the problem without running it through a profiler.