|
NAME
SYNOPSIS
DESCRIPTIONThe It can control players either via
libplayerctl (available in
multimedia/playerctl)
or otherwise using xdotool. If using
xdotool(1), FILES
EXAMPLESRun in the background and connect to a device called “headphones” listed in /etc/bluetooth/hosts using playerctl to control the media players: $ btavctpd -p -h headphones DIAGNOSTICSErrors are logged to syslogd and unless the
AUTHORSNico Sonack aka. herrhotzenplotz <nsonack@herrhotzenplotz.de> BUGSThe AVCTP protocol implementation is likely buggy and not strictly compliant to the Bluetooth SIG spec. In case you hit any weirdnesses or detect protocol errors please report them either via E-Mail to me or on Microsoft© GitHub™. You can use hcidump(1) from the ports tree to record the transactions with the HCI and analyse the traffic in Wireshark: # rm -f bork.pcap # hcidump -i ubt0hci -w bork.pcap # chown user:user bork.pcap $ wireshark bork.pcap This is how I dissected the traffic for debugging purposes.
|