summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle more Phone.Net methods & signalsJohan Hedberg2008-12-081-40/+182
|
* Use the same prefix for all libcsnet D-Bus definitions and enumsJohan Hedberg2008-12-081-7/+7
|
* Add placeholders for libcsnet (Phone.Net) D-Bus supportJohan Hedberg2008-12-081-4/+117
|
* Send correct "callheld" indicator when call becomes active from being heldJohan Hedberg2008-12-081-2/+13
|
* Fix passing user_data pointer in get_remote_replyJohan Hedberg2008-12-081-1/+1
|
* Also remember to stop ringing when the callsetup gets canceledJohan Hedberg2008-12-081-2/+4
|
* Add variable to monitor the callsetup stageJohan Hedberg2008-12-081-1/+11
|
* Fix callsetup and call indicators upon CALL_STATUS_ACTIVEJohan Hedberg2008-12-081-3/+2
|
* Also check for proceeding state when looking for incoming callsJohan Hedberg2008-12-081-0/+3
|
* The Coming signal comes in practice before the CallStatus(COMING) signalJohan Hedberg2008-12-081-4/+5
|
* Fix incoming call indicationJohan Hedberg2008-12-081-2/+3
|
* Add missing telephony_call_hold_req implementationJohan Hedberg2008-12-081-0/+6
|
* Use the new telephony_ready_ind API with CHLD supportJohan Hedberg2008-12-081-1/+5
|
* Give correct response to telephony_answer_call_reqJohan Hedberg2008-12-081-1/+1
|
* Fix DBusMessage memory leakJohan Hedberg2008-12-081-0/+1
|
* Use GetRemote() for resolving outgoing numbersJohan Hedberg2008-12-081-8/+78
|
* Basic support for last dialed numberJohan Hedberg2008-12-081-18/+14
|
* Do better tracking of the call statusJohan Hedberg2008-12-081-4/+30
|
* Set callsetup to 1 after receiving the Coming signalJohan Hedberg2008-12-081-0/+3
|
* Implement parsing of the CallServiceError signalJohan Hedberg2008-12-081-0/+10
|
* Remove unused variableJohan Hedberg2008-12-081-1/+0
|
* Implement telephony_answer_call_reqJohan Hedberg2008-12-081-10/+48
|
* Implement last number dialed supportJohan Hedberg2008-12-081-8/+21
|
* Implement telephony_list_current_calls_req properlyJohan Hedberg2008-12-081-8/+55
|
* Implement telephony_transmit_dtmf_reqJohan Hedberg2008-12-081-0/+29
|
* Use correct response to dial number requestJohan Hedberg2008-12-081-1/+1
|
* Implement telephony_dial_number_reqJohan Hedberg2008-12-081-11/+14
| | | | | Currently the methor reply isn't taken into account but we solely on the state signals instead.
* Implement telephony_terminate_call_req properlyJohan Hedberg2008-12-081-23/+51
|
* Make calls list staticJohan Hedberg2008-12-081-1/+1
|
* Implement basic call status trackingJohan Hedberg2008-12-081-4/+151
|
* Fix D-Bus signal handlingJohan Hedberg2008-12-081-3/+7
|
* Remove incorrect call to csd_call_freeJohan Hedberg2008-12-081-1/+0
|
* Implement basic parsing of GetCallInfoAll replyJohan Hedberg2008-12-081-1/+104
|
* Implement skeleton for CSD D-Bus initializationJohan Hedberg2008-12-081-2/+86
|
* Rename dummy_indicators to maemo_indicatorsJohan Hedberg2008-12-081-11/+11
|
* Add defines for csd call status valuesJohan Hedberg2008-12-081-0/+19
|
* Starting point for the maemo telephony pluginJohan Hedberg2008-12-081-0/+178
| | | | | This is mostly a copy-paste from telephony-dummy.c with the TelephonyTest D-Bus interface removed.
* Clean up AT+NREC behavior and APIJohan Hedberg2008-12-043-4/+24
| | | | | | In HFP 1.5 only AT+NREC=0 should be possible, but to accomodate for future profile changes make the telephony.h API such that AT+NREC=1 is possible without breaking the API.
* Add another missing check for btd_device_add_uuid.Luiz Augusto von Dentz2008-12-021-1/+6
|
* Check if btd_device_add_uuid succeeded.Luiz Augusto von Dentz2008-12-021-1/+4
|
* Use valid number type for HFPJohan Hedberg2008-11-291-3/+4
|
* Add some common phone number type definitionsJohan Hedberg2008-11-291-0/+7
|
* Fix AT result code syntaxJohan Hedberg2008-11-281-14/+14
| | | | | According to ITU-T V.250 there should be a space after the colon in AT result codes.
* Implement support for AT+NRECJohan Hedberg2008-11-273-0/+24
| | | | | This patch adds support for the AT+NREC command which can be used for disabling noice reduction and echo canceling features on the AG side.
* Fix proble with concurrent clients connecting audio socket.Luiz Augusto von Dentz2008-11-263-8/+33
| | | | | Concurrent connections is needed in order to support clients holding different access locks of the headset, eg. arecord | aplay.
* Remove unused variableJohan Hedberg2008-11-261-1/+0
|
* Lock headset on stream start rather than stream configuration.Luiz Augusto von Dentz2008-11-251-5/+5
|
* Fix headset configuration and start.Luiz Augusto von Dentz2008-11-252-21/+34
|
* Fix bug which invalidates a device pointer before unlocking.Luiz Augusto von Dentz2008-11-251-3/+2
|
* Make hfp/hsp to suspend properly.Luiz Augusto von Dentz2008-11-253-1/+58
|