Skip to content
  • Dylan Van Assche's avatar
    bluetooth: strip additional out-of-spec '\r\n' chars · aff9bf69
    Dylan Van Assche authored
    Some HF devices do not comply strictly with the HFP specification
    and send additional '\r\n' sequences besides the expected ones.
    This breaks AT command parsing in PulseAudio.
    
    To work around this problem, strip these characters before processing
    the AT command and responses.
    aff9bf69