Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce headset_get_nrec. | Luiz Augusto von Dentz | 2008-12-15 | 1 | -0/+1 |
| | |||||
* | Fix proble with concurrent clients connecting audio socket. | Luiz Augusto von Dentz | 2008-11-26 | 1 | -0/+4 |
| | | | | | Concurrent connections is needed in order to support clients holding different access locks of the headset, eg. arecord | aplay. | ||||
* | Make hfp/hsp to suspend properly. | Luiz Augusto von Dentz | 2008-11-25 | 1 | -0/+4 |
| | |||||
* | Fix headset_request_stream to check for stream locks. | Luiz Augusto von Dentz | 2008-11-25 | 1 | -1/+3 |
| | | | | | A stream should only be configured if there is no other application holding the lock. | ||||
* | Make device driver probe calls take UUID's instead of full records | Johan Hedberg | 2008-10-09 | 1 | -3/+4 |
| | | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's. | ||||
* | Pass context to telephony driver in order to allow multiple headsets | Johan Hedberg | 2008-10-02 | 1 | -1/+0 |
| | | | | | | 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 SCO server socket (needed for HFP) | Johan Hedberg | 2008-09-10 | 1 | -0/+1 |
| | |||||
* | Fix audio and input interfaces match the API documentation | Johan Hedberg | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | Remove use of g_dbus_unregister_all_interfaces. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | Replace struct device with struct audio_device | Marcel Holtmann | 2008-05-29 | 1 | -21/+21 |
| | |||||
* | Make audio service to use of bt_*_listen helpers. | Luiz Augusto von Dentz | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Implement proper HFP SLC handling | Johan Hedberg | 2008-02-19 | 1 | -0/+1 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Initialize HFP supported features properly | Johan Hedberg | 2008-01-22 | 1 | -1/+1 |
| | |||||
* | Reorganize audio.conf parsing in a more modular manner | Johan Hedberg | 2008-01-16 | 1 | -0/+2 |
| | |||||
* | Improve HFP/HSP discovery and connection state tracking | Johan Hedberg | 2008-01-08 | 1 | -10/+4 |
| | |||||
* | Add initial mechanism to handle headset commands. | Luiz Augusto von Dentz | 2007-12-12 | 1 | -7/+1 |
| | |||||
* | Fix connecting to hfp headset. (Patch from fdalleau) | Luiz Augusto von Dentz | 2007-12-11 | 1 | -2/+2 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2007-10-23 | 1 | -0/+1 |
| | |||||
* | Implement proper locking for headsets | Johan Hedberg | 2007-08-31 | 1 | -2/+7 |
| | |||||
* | Cleanup and fixes of stream handling | Johan Hedberg | 2007-08-31 | 1 | -2/+2 |
| | |||||
* | Fix unix client disconnects before headset has been successfully connected | Johan Hedberg | 2007-08-28 | 1 | -0/+1 |
| | |||||
* | Convert alsa initiated headset connections to similar callback system that ↵ | Johan Hedberg | 2007-08-27 | 1 | -2/+6 |
| | | | | A2DP is already using | ||||
* | Rework interfacing with the avdtp state machine | Johan Hedberg | 2007-08-16 | 1 | -0/+5 |
| | |||||
* | Remove ifndef protections and includes from .h files | Johan Hedberg | 2007-08-13 | 1 | -7/+0 |
| | |||||
* | Clean up mess with header files | Johan Hedberg | 2007-08-12 | 1 | -19/+13 |
| | |||||
* | Remove redundant stream fd from config response | Johan Hedberg | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | Integrate A2DP work from Johan's and Luiz's GIT trees | Johan Hedberg | 2007-08-11 | 1 | -8/+16 |
| | |||||
* | Code cleanup. | Luiz Augusto von Dentz | 2007-07-10 | 1 | -5/+5 |
| | |||||
* | Revert changes on storage, rfcomm might change over time. | Luiz Augusto von Dentz | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | Make headset also connect rfcomm when it demands, remove asserts and some ↵ | Luiz Augusto von Dentz | 2007-06-27 | 1 | -1/+3 |
| | | | | code cleanups. | ||||
* | Update build to make use of newly create files. | Luiz Augusto von Dentz | 2007-06-22 | 1 | -15/+34 |
| | |||||
* | Make deprecated headset methods to rely on new device methods. | Luiz Augusto von Dentz | 2007-06-18 | 1 | -2/+2 |
| | |||||
* | Some fixes for audio code prototype. | Luiz Augusto von Dentz | 2007-06-06 | 1 | -0/+4 |
| | |||||
* | Add support for configuration file | Johan Hedberg | 2007-05-31 | 1 | -1/+2 |
| | |||||
* | Bring the audio code up-to-date with the current API spec | Johan Hedberg | 2007-05-31 | 1 | -2/+7 |
| | |||||
* | Implement CreateDevice, associated SDP discovery and other necessary changes | Johan Hedberg | 2007-05-19 | 1 | -1/+3 |
| | |||||
* | Update code to match more closely to API description | Johan Hedberg | 2007-05-18 | 1 | -0/+2 |
| | |||||
* | Remove unused functions and defines from the header file | Johan Hedberg | 2007-05-15 | 1 | -6/+0 |
| | |||||
* | Refactoring to allow adding support for more profiles | Johan Hedberg | 2007-05-15 | 1 | -2/+4 |
| | |||||
* | Convert to using generic dbus message dispatching | Johan Hedberg | 2007-05-09 | 1 | -0/+2 |
| | |||||
* | Cleanup and small fixes | Johan Hedberg | 2007-04-13 | 1 | -2/+4 |
| | |||||
* | A little more refactoring | Johan Hedberg | 2007-04-12 | 1 | -6/+1 |
| | |||||
* | Redo the manager-headset splitup by using object paths as public identifiers ↵ | Johan Hedberg | 2007-04-12 | 1 | -18/+6 |
| | | | | for headsets | ||||
* | Let the manager use global variables | Marcel Holtmann | 2007-04-11 | 1 | -4/+1 |
| | |||||
* | Implement ChangeDefaultHeadset and RemoveHeadset methods | Johan Hedberg | 2007-04-11 | 1 | -0/+1 |
| | |||||
* | Rename functions for consistency | Johan Hedberg | 2007-04-10 | 1 | -7/+7 |
| | |||||
* | Audio service refactoring: move all manager functions to manager.c | Johan Hedberg | 2007-04-10 | 1 | -2/+36 |
| | |||||
* | Add generic audio service init | Marcel Holtmann | 2007-04-08 | 1 | -0/+25 |