Diff Display Morediff --git a/packages/network/bluez/package.mk b/packages/network/bluez/package.mk index 9170f27418..0dd5ebef4d 100644 --- a/packages/network/bluez/package.mk +++ b/packages/network/bluez/package.mk @@ -62,6 +62,8 @@ post_makeinstall_target() { -e "s|^#\[Policy\]|\[Policy\]|g" \ -e "s|^#AutoEnable.*|AutoEnable=true|g" \ -e "s|^#JustWorksRepairing.*|JustWorksRepairing=always|g" + echo "[General]" > ${INSTALL}/etc/bluetooth/input.conf + echo "ClassicBondedOnly=false" >> ${INSTALL}/etc/bluetooth/input.conf mkdir -p ${INSTALL}/usr/share/services cp -P ${PKG_DIR}/default.d/*.conf ${INSTALL}/usr/share/services
noggin https://chewitt.libreelec.tv/testing/LibreE…h64-11.80.0.tar contains ^ this patch based on information from https://github.com/bluez/bluez/issues/696 and https://github.com/bluez/bluez/is…ment-1854599254 which reads like the same issue.
Thanks for this chewitt - using the above patched tar I can trust and connect using the LE add-on (though I initially used bluetoothctl to connect to test) - and so far it seems to work - no constant nags for a PIN. (No need to pair in the add-on or bluetoothctl but the controller does need to be in pairing mode - SELECT+ENTER held down gets it into pairing mode.)