Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug on sco_connect which attempt to close an invalid file descriptor. | Luiz Augusto von Dentz | 2008-10-06 | 1 | -2/+2 |
| | |||||
* | Fix coding style | Marcel Holtmann | 2008-10-06 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluez | Marcel Holtmann | 2008-10-06 | 1 | -0/+2 |
|\ | |||||
| * | Cancel any pending authorization request if the connection gets droped | Johan Hedberg | 2008-10-06 | 1 | -0/+2 |
| | | |||||
* | | Fix *_bind helpers to call bind() before setsockopt(). | Luiz Augusto von Dentz | 2008-10-06 | 1 | -20/+21 |
| | | |||||
* | | Make sco_connect to use sco_bind. | Luiz Augusto von Dentz | 2008-10-06 | 1 | -46/+34 |
|/ | |||||
* | Check for HAL errors | Marcel Holtmann | 2008-10-06 | 1 | -0/+6 |
| | |||||
* | Fix DBusPendingCall memory leak | Johan Hedberg | 2008-10-06 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluez | Marcel Holtmann | 2008-10-05 | 1 | -1/+8 |
|\ | |||||
| * | Cleanup SCO server socket in audio_exit() | Johan Hedberg | 2008-10-05 | 1 | -1/+8 |
| | | |||||
* | | Re-arrange the order in EXTRA_DIST | Marcel Holtmann | 2008-10-05 | 1 | -4/+4 |
|/ | |||||
* | Add test-telephony to EXTRA_DIST | Johan Hedberg | 2008-10-04 | 1 | -1/+2 |
| | |||||
* | Release 4.114.11 | Marcel Holtmann | 2008-10-04 | 2 | -1/+6 |
| | |||||
* | Add support for connecting/disconnecting headsets. | Mika Linnanoja | 2008-10-04 | 1 | -1/+27 |
| | |||||
* | Remove uninitialized variable compiler warning with some gcc versions | Johan Hedberg | 2008-10-04 | 1 | -7/+11 |
| | |||||
* | Change SCO server socket into a generic one | Johan Hedberg | 2008-10-04 | 2 | -56/+56 |
| | | | | | | Due to a kernel bug we can't initiate SCO connections if there's a server socket bound to the same adapter. Therefore use a global socket bound to BDADDR_ANY instead. | ||||
* | Add test script for dummy telephony plugin | Johan Hedberg | 2008-10-04 | 1 | -0/+78 |
| | |||||
* | Add example agent implementation in C | Marcel Holtmann | 2008-10-03 | 2 | -1/+409 |
| | |||||
* | Remove old passkey-agent and auth-agent | Marcel Holtmann | 2008-10-03 | 3 | -775/+1 |
| | |||||
* | Add first draft of AVRCP D-Bus interface specification | Marcel Holtmann | 2008-10-03 | 2 | -3/+136 |
| | |||||
* | Fix uninitialized reply of multiple GetProperties methods | Marcel Holtmann | 2008-10-03 | 4 | -0/+16 |
| | |||||
* | Release 4.104.10 | Marcel Holtmann | 2008-10-03 | 2 | -1/+7 |
| | |||||
* | Update documentation. | Luiz Augusto von Dentz | 2008-10-02 | 3 | -23/+122 |
| | |||||
* | Mark old plugins API as deprecated. | Luiz Augusto von Dentz | 2008-10-02 | 5 | -25/+34 |
| | |||||
* | Add code to emit PropertyChanged on network interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+28 |
| | |||||
* | Add property support for network interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+48 |
| | |||||
* | Add code to emit PropertyChanged on input interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+10 |
| | |||||
* | Add property support for input interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+30 |
| | |||||
* | Add code to emit PropertyChanged on control interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -1/+16 |
| | |||||
* | Add property support for control interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+29 |
| | |||||
* | Add code to emit PropertyChanged on sink interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -2/+26 |
| | |||||
* | Add property support for sink interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+36 |
| | |||||
* | 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 | 2 | -7/+62 |
| | |||||
* | Update active call status when call is answered | Johan Hedberg | 2008-10-02 | 1 | -1/+2 |
| | |||||
* | Add some debug prints for the connected/disconnected callbacks | Johan Hedberg | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | Make the features bits reflect what's actually supported currently | Johan Hedberg | 2008-10-02 | 1 | -1/+3 |
| | |||||
* | Remove unnecessary empty line | Johan Hedberg | 2008-10-02 | 1 | -1/+0 |
| | |||||
* | 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 | 3 | -0/+41 |
| | |||||
* | Add support for simple call tracking in dummy driver | Johan Hedberg | 2008-10-02 | 2 | -2/+58 |
| | |||||
* | Add support for current call list query | Johan Hedberg | 2008-10-02 | 3 | -0/+44 |
| | | | | | 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 | 4 | -307/+283 |
| | | | | | | 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. | ||||
* | Add defines for Extended Audio Gateway Error Result Codes | Johan Hedberg | 2008-10-02 | 1 | -0/+25 |
| | | | | | This is needed for the mandatory "Phone status information" feature of HFP. |