aboutsummaryrefslogtreecommitdiff
path: root/audio/headset.c
AgeCommit message (Expand)Author
2009-09-02Make headset connecting state consistent with the rest of the interfacesJohan Hedberg
2009-08-12Fix checking records returned by bt_search_service on headset.c.Luiz Augusto von Dentz
2009-07-07Fix inband ring setting to be per-headsetJohan Hedberg
2009-07-02Make headset connection attempt really cancelable.Luiz Augusto von Dentz
2009-07-02Make sure Audio.Disconnect cancel pending connections.Luiz Augusto von Dentz
2009-07-02Add an assert to catch issues with bt_cancel_discoveryJohan Hedberg
2009-07-02Clear the ring timer also if the headset disconnected unexpectedlyJohan Hedberg
2009-06-30Remove unnecessary hs->sco checkJohan Hedberg
2009-06-24Fix phone number quoting for +CCWAJohan Hedberg
2009-06-16Call shutdown on SCO socket before closingJohan Hedberg
2009-06-15Always use dedicated close_sco and headset_close_rfcomm functionsJohan Hedberg
2009-06-09Also check number length when choosing type of +CLCC responseJohan Hedberg
2009-06-08Fix bt_cancel_discovery calls in case of SDP failuresJohan Hedberg
2009-06-05Fix SDP discovery cancelling when clearing hs->pendingJohan Hedberg
2009-06-03Do not attempt to search HSP record in case of error on HFP record search.Luiz Augusto von Dentz
2009-06-03Fix headset state tracking if bt_search_service() fails within get_records()Johan Hedberg
2009-06-02Fix headset never connecting on the first attempt.Luiz Augusto von Dentz
2009-05-28Fix maximum headset connection count check for Audio interfaceJohan Hedberg
2009-05-26Fix HSP record fetching when the remote device doesn't support HFPJohan Hedberg
2009-05-13Fix phone number quoting for CLCCJohan Hedberg
2009-05-12Fix "HFP active" detectionJohan Hedberg
2009-05-12Fix operator string to be in quotation marksJohan Hedberg
2009-05-04Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz
2009-05-02Fix format stringJohan Hedberg
2009-04-30Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz
2009-04-27Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz
2009-04-22Make audio plugin to use disconnect watches.Luiz Augusto von Dentz
2009-04-17Don't force SCO up in the case of an incoming callJohan Hedberg
2009-04-16Fix SCO connect attempt trackingJohan Hedberg
2009-04-15Return proper error if HFP indicators aren't initializedJohan Hedberg
2009-04-15Don't add a connect callback if a function wasn't providedJohan Hedberg
2009-04-11Don't cache HFP & HSP RFCOMM channelsJohan Hedberg
2009-04-02Fix disconnection timers for org.bluez.AudioJohan Hedberg
2009-04-01Fix dead assignment.Luiz Augusto von Dentz
2009-04-01Fix dead assignment.Luiz Augusto von Dentz
2009-03-27Fix DBusMessage memory leakJohan Hedberg
2009-03-27Add support for automatic HFP+A2DP connection creation with incoming connectionsJohan Hedberg
2009-03-27Add support for headset state callbacksJohan Hedberg
2009-03-25Add lock flag for capabilities.Luiz Augusto von Dentz
2009-03-25Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz
2009-03-25Fix Headset.GetProperties not including State property.Luiz Augusto von Dentz
2009-03-24Don't export HEADSET_STATE_PLAY_IN_PROGRESSJohan Hedberg
2009-03-24Add NULL checks for state2str return valueJohan Hedberg
2009-03-24Change the Connecting property to a more generic State propertyJohan Hedberg
2009-03-24Add Connecting property to the Headset interfaceJohan Hedberg
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg
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