aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPastLeo2019-02-05 16:25:25 +0800
committerPastLeo2019-02-05 16:35:14 +0800
commit309f8c29bbce9d1acebd40792ca1eecf6faeb62c (patch)
tree3604653b642e2003a27b690269ef59e1df891bca
parentb7c148d5b6ce211470c194268062a76fd00b1714 (diff)
downloadaur-309f8c29bbce9d1acebd40792ca1eecf6faeb62c.tar.gz
use a better description, add explaination
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md8
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21a5666df363..a0fd82b937dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = fix-bt-a2dp
- pkgdesc = Fix Bluetooth A2DP using systemd and udev rule
+ pkgdesc = Workaround fixing no A2DP when BT headphone reconnects automatically (after being paired)
pkgver = 0.1
pkgrel = 1
url = https://github.com/pastleo/fix-bt-a2dp
diff --git a/PKGBUILD b/PKGBUILD
index 3840cf0d64e4..e4f369f3f412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fix-bt-a2dp
pkgver=0.1
pkgrel=1
-pkgdesc="Fix Bluetooth A2DP using systemd and udev rule"
+pkgdesc="Workaround fixing no A2DP when BT headphone reconnects automatically (after being paired)"
arch=('any')
url="https://github.com/pastleo/fix-bt-a2dp"
license=('MIT')
diff --git a/README.md b/README.md
index 4a72f2744a74..96fa1ef95383 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
-Fix Bluetooth Audio A2DP Sinks
+Workaround fixing no A2DP when BT headphone reconnects automatically (after being paired)
===
-Fix Bluetooth A2DP using systemd and udev rule
+On my ArchLinux KDE plasma setup, BT headphone will use A2DP only when connected by pairing; after disconnect and reconnect, only HSP/HFP is available
-> a rewrite from https://gist.github.com/EHfive/c4f1218a75f95b076f0387403246de78, avoid blocking other BT dev connecting
+this workaround deploys a [`udev-rules`](https://wiki.archlinux.org/index.php/udev) to detect changes of BT dev and [`systemctl start fix-bt-a2dp`](https://wiki.archlinux.org/index.php/systemd) to call `fix-bt-a2dp.rb` in background with correct user
+
+> basically a rewrite from https://gist.github.com/EHfive/c4f1218a75f95b076f0387403246de78, mainly because I want to avoid slowing down connecting of other BT devs
## Usage