aboutsummaryrefslogtreecommitdiff
path: root/audio/headset.c
AgeCommit message (Expand)Author
2009-03-18Add debug log for RFCOMM socket disconnectionJohan Hedberg
2009-03-03Update HSP version to 1.2Johan Hedberg
2009-02-26Add checks for pending connect to sco_connect_cbJohan Hedberg
2009-02-25Don't use close_sco directly in headset_suspend_streamJohan Hedberg
2009-02-25Fix headset_connect_rfcomm error return caseJohan Hedberg
2009-02-25Fix pending connect checkJohan Hedberg
2009-02-22Add another missing g_io_channel_refJohan Hedberg
2009-02-22Add missing g_io_channel_refJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Convert HSP/HFP to use btio confirm_cbJohan Hedberg
2009-02-19Add missing g_io_channel_refJohan Hedberg
2009-02-19Add missing g_io_channel_refJohan Hedberg
2009-02-19Make audio plugin to use BtIO API.Luiz Augusto von Dentz
2009-02-18Add BT_PCM_FLAG_PCM_ROUTING flag to ipcJohan Hedberg
2009-02-17Add telephony driver hooks for the HSP AT+CKPD commandJohan Hedberg
2009-02-06Attempt to parse all AT commands within bufferJohan Hedberg
2009-02-06Fix typoJohan Hedberg
2009-02-04Proper fix for the SLC checkJohan Hedberg
2009-02-04Fix SLC completion checkJohan Hedberg
2009-01-01Update copyright informationMarcel Holtmann
2008-12-15Introduce headset_get_nrec.Luiz Augusto von Dentz
2008-12-10Fix AT+NREC APIJohan Hedberg
2008-12-04Clean up AT+NREC behavior and APIJohan Hedberg
2008-11-28Fix AT result code syntaxJohan Hedberg
2008-11-27Implement support for AT+NRECJohan Hedberg
2008-11-26Fix proble with concurrent clients connecting audio socket.Luiz Augusto von Dentz
2008-11-25Fix headset configuration and start.Luiz Augusto von Dentz
2008-11-25Make hfp/hsp to suspend properly.Luiz Augusto von Dentz
2008-11-25Fix headset_request_stream to check for stream locks.Luiz Augusto von Dentz
2008-11-19Fix +BSRF syntaxJohan Hedberg
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz
2008-10-24Fix whitespace in function pointer declarationJohan Hedberg
2008-10-24Clear pending ring if calling is stopped before SCO is upJohan Hedberg
2008-10-24Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg
2008-10-24Make Headset.Play() succeed if there's a pending HFP triggered SCOJohan Hedberg
2008-10-24Don't set the ring timer twiceJohan Hedberg
2008-10-24No need to remove the ring timer twice in the terminate call caseJohan Hedberg
2008-10-24Also remove ring timer if the HF rejects the callJohan Hedberg
2008-10-24Remove the ring timer imediately when ATA is receivedJohan Hedberg
2008-10-24Ensure that SCO is up before sending RINGs for inband ringtoneJohan Hedberg
2008-10-24Remove bogus functionJohan Hedberg
2008-10-24Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg
2008-10-24Limit the amount of connected HSP/HFP devices and make it configurableJohan Hedberg
2008-10-17Implement better support for AT+CHLD=<n>Johan Hedberg
2008-10-16Fix indentation levelsJohan Hedberg
2008-10-16Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg
2008-10-16Fix remaining places to use dict_append_entry tooJohan Hedberg
2008-10-09Fix response and hold response logigJohan Hedberg
2008-10-09Implement operator selection (AT+COPS) supportJohan Hedberg
2008-10-09Make device driver probe calls take UUID's instead of full recordsJohan Hedberg