Under bluez (up to 5.62) compiled with time64 support (like musl1.2 or possibly newer glibc with __USE_TIME_BITS64) on 32-bit systems (x86 or armhf for instance), AVRCP events just never show-up on input device. Tools like evtest will not report any event upon bluetooth headset media button keypress, whereas btmon sees them flowing through. This bug does not hit x86-64 releases, only 32-bit are affected. Issue has been discussed here [1], with a simple & replicable Alpinelinux 3.14 test case (based on musl 1.2). Legacy local uinput_event struct might not play well with newer time64-aware input_event kernel structure. [1] https://github.com/bluez/bluez/issues/84#issuecomment-942155841
fixed by https://marc.info/?l=linux-bluetooth&m=163761012419120&w=2