summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assert that device->headset != NULL for each active deviceJohan Hedberg2008-10-071-0/+3
* Send a proper reply to call waiting notification requestJohan Hedberg2008-10-071-1/+1
* Fix coding styleMarcel Holtmann2008-10-061-2/+1
* Cancel any pending authorization request if the connection gets dropedJohan Hedberg2008-10-061-0/+2
* Don't call pending_connect_finalize in headset_cancel_streamJohan Hedberg2008-10-061-2/+0
* pending_connect_finalize() takes care of unreffing p->msgJohan Hedberg2008-10-061-4/+1
* Fix D-Bus method return creation logic in hfp_slc_complete()Johan Hedberg2008-10-061-7/+9
* Cleanup SCO server socket in audio_exit()Johan Hedberg2008-10-051-1/+8
* Change SCO server socket into a generic oneJohan Hedberg2008-10-042-56/+56
* Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann2008-10-032-0/+8
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-023-19/+26
* Add code to emit PropertyChanged on control interface.Luiz Augusto von Dentz2008-10-021-1/+16
* Add property support for control interface.Luiz Augusto von Dentz2008-10-021-0/+29
* Add code to emit PropertyChanged on sink interface.Luiz Augusto von Dentz2008-10-021-2/+26
* Add property support for sink interface.Luiz Augusto von Dentz2008-10-021-0/+36
* Add code to emit PropertyChanged on headset interface.Luiz Augusto von Dentz2008-10-021-3/+31
* Add property support for headset interface.Luiz Augusto von Dentz2008-10-021-8/+115
* Check HFP status before checking cli_active variableJohan Hedberg2008-10-021-0/+3
* Use send_foreach_headset() for RING indicationJohan Hedberg2008-10-021-41/+38
* Implement call waiting notification supportJohan Hedberg2008-10-022-7/+62
* Update active call status when call is answeredJohan Hedberg2008-10-021-1/+2
* Add some debug prints for the connected/disconnected callbacksJohan Hedberg2008-10-021-0/+2
* Make the features bits reflect what's actually supported currentlyJohan Hedberg2008-10-021-1/+3
* Remove unnecessary empty lineJohan Hedberg2008-10-021-1/+0
* Enable proper support for CME errorsJohan Hedberg2008-10-021-5/+30