summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix +BSRF syntaxJohan Hedberg2008-11-191-1/+1
* Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz2008-11-174-22/+30
* Set stream timer in avdtp_sep_set_state instead of avdtp_suspend_respJohan Hedberg2008-10-251-4/+6
* Fix whitespace in function pointer declarationJohan Hedberg2008-10-241-1/+1
* Clear pending ring if calling is stopped before SCO is upJohan Hedberg2008-10-241-3/+12
* Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg2008-10-242-12/+6
* Make Headset.Play() succeed if there's a pending HFP triggered SCOJohan Hedberg2008-10-241-0/+4
* Fix manager_allow_headset_connection count checkJohan Hedberg2008-10-241-2/+4
* Don't set the ring timer twiceJohan Hedberg2008-10-241-0/+2
* No need to remove the ring timer twice in the terminate call caseJohan Hedberg2008-10-241-10/+0
* Also remove ring timer if the HF rejects the callJohan Hedberg2008-10-241-0/+10
* Remove the ring timer imediately when ATA is receivedJohan Hedberg2008-10-241-10/+4
* Ensure that SCO is up before sending RINGs for inband ringtoneJohan Hedberg2008-10-241-50/+84
* Remove bogus functionJohan Hedberg2008-10-241-5/+0
* Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg2008-10-243-20/+10
* Limit the amount of connected HSP/HFP devices and make it configurableJohan Hedberg2008-10-244-0/+48
* Return proper error replies in telephony-dummyJohan Hedberg2008-10-221-9/+15
* Perform a proper abort upon stream connect failureJohan Hedberg2008-10-201-4/+8
* Get rid of unnecessary finalize*errno(setup, 0) callsJohan Hedberg2008-10-191-19/+6
* Respond to a stream setup request also on Start_IndJohan Hedberg2008-10-191-0/+9
* Check for existing STREAMING state when receiving START_RSPJohan Hedberg2008-10-191-1/+4
* Remove OPEN state change from avdtp_open_cmdJohan Hedberg2008-10-191-1/+0
* Implement better support for AT+CHLD=<n>Johan Hedberg2008-10-173-4/+30
* Add network timeout CME errorJohan Hedberg2008-10-171-0/+1
* Fix indentation levelsJohan Hedberg2008-10-163-36/+30
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-163-41/+29
* Fix remaining places to use dict_append_entry tooJohan Hedberg2008-10-163-16/+9
* Make server_is_enabled simply use the config file values for nowJohan Hedberg2008-10-102-45/+21
* Fix situation where avctp_disconnect is called while connectingJohan Hedberg2008-10-101-2/+12
* Fix response and hold response logigJohan Hedberg2008-10-091-6/+7
* Implement operator selection (AT+COPS) supportJohan Hedberg2008-10-093-34/+86
* Clean up properly if stream starting failsJohan Hedberg2008-10-091-0/+6
* Add mechanism for adding new UUIDs from the driver sideJohan Hedberg2008-10-094-34/+32
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-094-62/+62
* Check for NULL streamJohan Hedberg2008-10-091-0/+3
* Fix parameter passing to headset_set_stateJohan Hedberg2008-10-091-1/+1
* Check for headset connected state when unregisteringJohan Hedberg2008-10-081-0/+6
* Fix typoJohan Hedberg2008-10-081-1/+1
* Move dev->sink initialization as acceptor to correct placeJohan Hedberg2008-10-081-3/+19
* Create audio device objects on incoming connections if necessaryJohan Hedberg2008-10-084-14/+34
* Add separate function for creating new audio device objectsJohan Hedberg2008-10-082-9/+55
* Reject non-voice calls in headset.cJohan Hedberg2008-10-082-15/+16
* Minor coding style fixJohan Hedberg2008-10-081-1/+1
* Properly extract the phone number from the ATD stringJohan Hedberg2008-10-081-1/+15
* Fail cleanly if we don't have knowledge of a connecting deviceJohan Hedberg2008-10-081-5/+11
* Fix use of uninitialized address variableJohan Hedberg2008-10-081-1/+2
* Don't do double g_io_channel_unref if btd_request_authorization failsJohan Hedberg2008-10-081-2/+2
* Fix channel mode string from dual to dual-channel.Luiz Augusto von Dentz2008-10-071-1/+1
* Fix channel mode string to joint-stereo.Luiz Augusto von Dentz2008-10-071-1/+1
* Send a proper reply to AT+CMEEJohan Hedberg2008-10-071-1/+1