Skip to content

Commit 30f0571

Browse files
committed
bluez: set Privacy = device to fix pairing of Xbox series gamepads
port of 9e4af94
1 parent 7da6195 commit 30f0571

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/network/bluez/package.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ post_makeinstall_target() {
6767

6868
if [ "${DISTRO}" = "Lakka" ]; then
6969
sed -i $INSTALL/etc/bluetooth/main.conf \
70-
-e "s|^#FastConnectable.*|FastConnectable=true|g"
70+
-e "s|^#FastConnectable.*|FastConnectable=true|g" \
71+
-e "s|^# Privacy =.*|Privacy = device|g"
7172
fi
7273

7374
mkdir -p ${INSTALL}/usr/share/services

0 commit comments

Comments
 (0)