Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix AVDTP_STATE_OPEN to happen only after connected and thus prevent ↵ | Luiz Augusto von Dentz | 2008-10-01 | 1 | -2/+2 |
| | | | | emitting Connected signal when not connected. | ||||
* | Prevent passing stdin (0) as a audio transport to applications. | Luiz Augusto von Dentz | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | Fix another potential invalid read. | Luiz Augusto von Dentz | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | Fix potential invalid read. | Luiz Augusto von Dentz | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | Add skeleton for Maemo telephony driver | Marcel Holtmann | 2008-10-01 | 2 | -1/+28 |
| | |||||
* | Remove device discovery timer on device removal. | Luiz Augusto von Dentz | 2008-09-30 | 1 | -0/+3 |
| | |||||
* | Prevent emitting duplicate signals for DiscoverableTimeout property. | Luiz Augusto von Dentz | 2008-09-30 | 1 | -0/+3 |
| | |||||
* | Fix memory leaks with HAL messages | Marcel Holtmann | 2008-09-30 | 1 | -0/+6 |
| | |||||
* | Release 4.94.9 | Marcel Holtmann | 2008-09-29 | 2 | -1/+6 |
| | |||||
* | Read the class of device before setting a new one | Marcel Holtmann | 2008-09-29 | 1 | -5/+7 |
| | |||||
* | Set device class before storing it | Marcel Holtmann | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | Send alias update when remote name result is available | Marcel Holtmann | 2008-09-29 | 1 | -5/+14 |
| | |||||
* | Set major and minor class in one go | Marcel Holtmann | 2008-09-29 | 1 | -2/+1 |
| | |||||
* | Add support for setting major and minor class together | Marcel Holtmann | 2008-09-29 | 2 | -1/+21 |
| | |||||
* | Make sure to always add Alias and Icon property | Marcel Holtmann | 2008-09-29 | 3 | -67/+89 |
| |