Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't call pending_connect_finalize in headset_cancel_stream | Johan Hedberg | 2008-10-06 | 1 | -2/+0 |
| | | | | | The pending connect is still needed when rfcomm_connect_cb gets informed of the failed connect attempt. | ||||
* | pending_connect_finalize() takes care of unreffing p->msg | Johan Hedberg | 2008-10-06 | 1 | -4/+1 |
| | |||||
* | Fix D-Bus method return creation logic in hfp_slc_complete() | Johan Hedberg | 2008-10-06 | 1 | -7/+9 |
| | |||||
* | Mark old plugins API as deprecated. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -11/+16 |
| | |||||
* | Add code to emit PropertyChanged on headset interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -3/+31 |
| | |||||
* | Add property support for headset interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -8/+115 |
| | |||||
* | Check HFP status before checking cli_active variable | Johan Hedberg | 2008-10-02 | 1 | -0/+3 |
| | |||||
* | Use send_foreach_headset() for RING indication | Johan Hedberg | 2008-10-02 | 1 | -41/+38 |
| | |||||
* | Implement call waiting notification support | Johan Hedberg | 2008-10-02 | 1 | -7/+61 |
| | |||||
* | Enable proper support for CME errors | Johan Hedberg | 2008-10-02 | 1 | -5/+30 |
| | | | | | We shouldn't send +CME ERROR: unless we have received the AT+CMEE=1 command first from the handsfree device. | ||||
* | Add support for subscriber number notification | Johan Hedberg | 2008-10-02 | 1 | -0/+11 |
| | |||||
* | Add support for current call list query | Johan Hedberg | 2008-10-02 | 1 | -0/+33 |
| | | | | | Support for the AT+CLCC command and the +CLCC:... unsolicited result code. | ||||
* | Pass context to telephony driver in order to allow multiple headsets | Johan Hedberg | 2008-10-02 | 1 | -246/+198 |
| | | | | | | This patch allows multiple headsets to be connected at the same time to us. All headsets receive indications but only the headset that sent an AT command will receive the reply for it. | ||||
* | Fix info calls that really should be debug instead | Johan Hedberg | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | Implement support for subscriber number request (AT+CNUM) | Johan Hedberg | 2008-09-11 | 1 | -0/+13 |
| | |||||
* | Fix error return value | Johan Hedberg | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | Implement DTMF tone transmission (AT+VTS) | Johan Hedberg | 2008-09-10 | 1 | -0/+18 |
| | |||||
* | Add SCO server socket (needed for HFP) | Johan Hedberg | 2008-09-10 | 1 | -0/+12 |
| | |||||
* | Move responsibility of freeint the record list to the correct place | Johan Hedberg | 2008-09-05 | 1 | -3/+0 |
| | |||||
* | Rename hfp_features more appropriately to hf_features | Johan Hedberg | 2008-09-05 | 1 | -3/+3 |
| | |||||
* | Add debug prints for HF and AG feature bits | Johan Hedberg | 2008-09-05 | 1 | -0/+77 |
| | |||||
* | Make telephony_ready name consistent with the other functions | Johan Hedberg | 2008-09-05 | 1 | -2/+2 |
| | |||||
* | Remove old legacy HFP testing methods | Johan Hedberg | 2008-09-05 | 1 | -84/+0 |
| | |||||
* | Use consistent naming for the telephony functions | Johan Hedberg | 2008-09-05 | 1 | -6/+6 |
| | |||||
* | Implement call notification | Johan Hedberg | 2008-09-05 | 1 | -0/+52 |
| | |||||
* | Update cancel_call method | Johan Hedberg | 2008-09-05 | 1 | -22/+7 |
| | |||||
* | Implement support for placing calls (ATD) | Johan Hedberg | 2008-09-05 | 1 | -0/+19 |
| | |||||
* | Make indicator table read-only (const) on headset.c side | Johan Hedberg | 2008-09-05 | 1 | -4/+5 |
| | |||||
* | Implement answer call functionality (ATA) | Johan Hedberg | 2008-09-05 | 1 | -16/+24 |
| | |||||
* | Implement telephony plugin support for terminate call (AT+CHUP) | Johan Hedberg | 2008-09-05 | 1 | -10/+12 |
| | |||||
* | Implement last number dialed (AT+BLDN) support | Johan Hedberg | 2008-09-05 | 1 | -0/+74 |
| | |||||
* | Remove unused function | Johan Hedberg | 2008-09-04 | 1 | -5/+0 |
| | |||||
* | Disallow HFP connections when the telephony plugin isn't yet initialized | Johan Hedberg | 2008-09-04 | 1 | -0/+13 |
| | |||||
* | Don't send Response and Hold status if there is none | Johan Hedberg | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | Add some documentation for the AG variables | Johan Hedberg | 2008-09-04 | 1 | -7/+7 |
| | |||||
* | Add a telephony_ready callback to notify initialization completion | Johan Hedberg | 2008-09-04 | 1 | -9/+18 |
| | |||||
* | Move AG state variables in headset.c into a separate singelton | Johan Hedberg | 2008-09-04 | 1 | -21/+30 |
| | |||||
* | Implement basic HFP response and hold support | Johan Hedberg | 2008-09-04 | 1 | -3/+47 |
| | |||||
* | Implement basic event reporting support | Johan Hedberg | 2008-09-04 | 1 | -0/+57 |
| | |||||
* | Remove HFP AG features from audio.conf since they should come from the ↵ | Johan Hedberg | 2008-09-03 | 1 | -92/+0 |
| | | | | telephony plugin | ||||
* | Preliminary support for indicators | Johan Hedberg | 2008-09-03 | 1 | -3/+54 |
| | |||||
* | Add skeleton for basic telephony functions | Johan Hedberg | 2008-09-03 | 1 | -0/+6 |
| | |||||
* | Make audio plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 1 | -2/+3 |
| | |||||
* | Move error_connection_attempt_failed to its usage places | Marcel Holtmann | 2008-08-04 | 1 | -0/+8 |
| | |||||
* | Move error_not_supported where it is actually used | Marcel Holtmann | 2008-08-04 | 1 | -0/+7 |
| | |||||
* | Remove use of g_dbus_unregister_all_interfaces. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -24/+40 |
| | |||||
* | Cleanup audio manager. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -0/+3 |
| | |||||
* | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 1 | -9/+9 |
| | |||||
* | Fix the last remains of sending helpers | Marcel Holtmann | 2008-06-06 | 1 | -3/+6 |
| | |||||
* | Make audio service to use libgdbus functions. | Luiz Augusto von Dentz | 2008-06-02 | 1 | -151/+152 |
| |