Skip to content
  • Saikrishna Arcot's avatar
    Add initial Bluetooth backend implementation. · d711547a
    Saikrishna Arcot authored and Àlex Fiestas's avatar Àlex Fiestas committed
    KDE Connect runs, and the bluetooth service gets published in the SDP
    (service discovery protocol), which other devices use to determine what
    services are available.
    
    The getPairedDevices() method in the link provider class uses D-Bus to get
    the list of paired devices, since Qt doesn't have a method giving that
    information. As a result, that part of the code only works on Linux.
    
    REVIEW: 122174
    d711547a