summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Expand)AuthorAgeFilesLines
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-161-11/+9
* Fix remaining places to use dict_append_entry tooJohan Hedberg2008-10-161-10/+6
* Fix response and hold response logigJohan Hedberg2008-10-091-6/+7
* Implement operator selection (AT+COPS) supportJohan Hedberg2008-10-091-34/+71
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-5/+15
* Fix parameter passing to headset_set_stateJohan Hedberg2008-10-091-1/+1
* Check for headset connected state when unregisteringJohan Hedberg2008-10-081-0/+6
* Reject non-voice calls in headset.cJohan Hedberg2008-10-081-1/+14
* 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
* 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
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-021-11/+16
* 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-021-7/+61
* Enable proper support for CME errorsJohan Hedberg2008-10-021-5/+30
* Add support for subscriber number notificationJohan Hedberg2008-10-021-0/+11
* Add support for current call list queryJohan Hedberg2008-10-021-0/+33
* Pass context to telephony driver in order to allow multiple headsetsJohan Hedberg2008-10-021-246/+198
* Fix info calls that really should be debug insteadJohan Hedberg2008-09-111-1/+1
* Implement support for subscriber number request (AT+CNUM)Johan Hedberg2008-09-111-0/+13
* Fix error return valueJohan Hedberg2008-09-111-1/+1
* Implement DTMF tone transmission (AT+VTS)Johan Hedberg2008-09-101-0/+18
* Add SCO server socket (needed for HFP)Johan Hedberg2008-09-101-0/+12
* Move responsibility of freeint the record list to the correct placeJohan Hedberg2008-09-051-3/+0
* Rename hfp_features more appropriately to hf_featuresJohan Hedberg2008-09-051-3/+3
* Add debug prints for HF and AG feature bitsJohan Hedberg2008-09-051-0/+77
* Make telephony_ready name consistent with the other functionsJohan Hedberg2008-09-051-2/+2
* Remove old legacy HFP testing methodsJohan Hedberg2008-09-051-84/+0
* Use consistent naming for the telephony functionsJohan Hedberg2008-09-051-6/+6
* Implement call notificationJohan Hedberg2008-09-051-0/+52
* Update cancel_call methodJohan Hedberg2008-09-051-22/+7
* Implement support for placing calls (ATD)Johan Hedberg2008-09-051-0/+19
* Make indicator table read-only (const) on headset.c sideJohan Hedberg2008-09-051-4/+5
* Implement answer call functionality (ATA)Johan Hedberg2008-09-051-16/+24
* Implement telephony plugin support for terminate call (AT+CHUP)Johan Hedberg2008-09-051-10/+12
* Implement last number dialed (AT+BLDN) supportJohan Hedberg2008-09-051-0/+74
* Remove unused functionJohan Hedberg2008-09-041-5/+0
* Disallow HFP connections when the telephony plugin isn't yet initializedJohan Hedberg2008-09-041-0/+13
* Don't send Response and Hold status if there is noneJohan Hedberg2008-09-041-1/+1
* Add some documentation for the AG variablesJohan Hedberg2008-09-041-7/+7
* Add a telephony_ready callback to notify initialization completionJohan Hedberg2008-09-041-9/+18
* Move AG state variables in headset.c into a separate singeltonJohan Hedberg2008-09-041-21/+30
* Implement basic HFP response and hold supportJohan Hedberg2008-09-041-3/+47
* Implement basic event reporting supportJohan Hedberg2008-09-041-0/+57