Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent application exit on D-Bus connection lost
By default libdbus library sets exit-on-disconnect flag, which results in exit(1) being called in case of D-Bus connection lost. But, for our purpose such behavior is not desired, because it might cause unexpected application exit without an apparent reason. Client which uses ALSA API should decide by itself what to do if BT device is not available any more.
- Loading branch information