Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit the amount of connected HSP/HFP devices and make it configurable | Johan Hedberg | 2008-10-24 | 1 | -0/+2 |
| | | | | | | | | It's very tricky to get the multiple connected HSP/HFP devices use case right. E.g. in the case of in-band ringtone the specification mandates us to open SCO to the HFP before sending RING indications. So, in the case of multiple connected devices we would have to open multimple simultaneous SCO connections which simply isn't a wise thing to do. | ||||
* | Make server_is_enabled simply use the config file values for now | Johan Hedberg | 2008-10-10 | 1 | -0/+1 |
| | | | | | | | | There's something broken in the "profile enabled" logic at the moment which makes server_is_enabled return FALSE sometimes when it shouldn't which causes the necessary interface not to be added to remote device objects. Use simply the config file values for now since we don't support per-adapter server configuration anyway. | ||||
* | Add mechanism for adding new UUIDs from the driver side | Johan Hedberg | 2008-10-09 | 1 | -2/+1 |
| | | | | | | With this patch drivers can notify the core daemon that a device supports some UUID. This is useful in case we don't have a service record for a profile which the remote device initiates a connection for. | ||||
* | Create audio device objects on incoming connections if necessary | Johan Hedberg | 2008-10-08 | 1 | -2/+3 |
| | | | | | | If we haven't done SDP yet the data structures will be uninitialized. This patch makes sure that the structures are properly initialized if we get an incoming connection before service discovery has been done. | ||||
* | Add separate function for creating new audio device objects | Johan Hedberg | 2008-10-08 | 1 | -4/+2 |
| | | | | | This is needed in preparation of supporting remotely initated audio device pairing and connections (when we haven't done SDP to the remote device yet). | ||||
* | Fix audio and input interfaces match the API documentation | Johan Hedberg | 2008-09-06 | 1 | -4/+0 |
| | |||||
* | Make audio plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 1 | -1/+1 |
| | |||||
* | Cleanup audio manager. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -2/+0 |
| | |||||
* | Fix authorization mechanism for 3.x. | Luiz Augusto von Dentz | 2008-06-17 | 1 | -7/+0 |
| | |||||
* | Replace struct device with struct audio_device | Marcel Holtmann | 2008-05-29 | 1 | -3/+3 |
| | |||||
* | Fix problem with non const bdaddr_t | Marcel Holtmann | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Make bt_io_callback_t to take both source and destination. | Luiz Augusto von Dentz | 2008-05-14 | 1 | -2/+2 |
| | |||||
* | Convert audio service into a plugin. | Luiz Augusto von Dentz | 2008-03-27 | 1 | -4/+2 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Reorganize audio.conf parsing in a more modular manner | Johan Hedberg | 2008-01-16 | 1 | -4/+1 |
| | |||||
* | Improve HFP/HSP discovery and connection state tracking | Johan Hedberg | 2008-01-08 | 1 | -0/+1 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2007-10-23 | 1 | -0/+1 |
| | |||||
* | Fix behaviour when no adapter is connected | Johan Hedberg | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | Make SBC Audio Source count configurable and the default value 1 | Johan Hedberg | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | First try at device autocreate support | Johan Hedberg | 2007-08-27 | 1 | -0/+5 |
| | |||||
* | Add support for ALSA parameters | Marcel Holtmann | 2007-08-23 | 1 | -4/+3 |
| | |||||
* | Implement RequestAuthorization support | Johan Hedberg | 2007-08-21 | 1 | -0/+7 |
| | |||||
* | Remove ifndef protections and includes from .h files | Johan Hedberg | 2007-08-13 | 1 | -5/+0 |
| | |||||
* | Clean up mess with header files | Johan Hedberg | 2007-08-12 | 1 | -0/+1 |
| | |||||
* | Implement proper acceptor side functionality | Johan Hedberg | 2007-08-12 | 1 | -1/+1 |
| | |||||
* | Integrate A2DP work from Johan's and Luiz's GIT trees | Johan Hedberg | 2007-08-11 | 1 | -1/+16 |
| | |||||
* | Move server registration and sdp record code from gateway to manager. | Luiz Augusto von Dentz | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | Add storage support and fixup messed up coding style | Marcel Holtmann | 2007-06-22 | 1 | -0/+1 |
| | |||||
* | Update build to make use of newly create files. | Luiz Augusto von Dentz | 2007-06-22 | 1 | -64/+3 |
| | |||||
* | Make deprecated headset methods to rely on new device methods. | Luiz Augusto von Dentz | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | Add Headset gain control methods | Johan Hedberg | 2007-06-16 | 1 | -0/+1 |
| | |||||
* | Some fixes for audio code prototype. | Luiz Augusto von Dentz | 2007-06-06 | 1 | -0/+1 |
| | |||||
* | Implement Manager.FindDeviceByAddress method | Johan Hedberg | 2007-06-04 | 1 | -0/+1 |
| | |||||
* | Bring the audio code up-to-date with the current API spec | Johan Hedberg | 2007-05-31 | 1 | -3/+15 |
| | |||||
* | Implement CreateDevice, associated SDP discovery and other necessary changes | Johan Hedberg | 2007-05-19 | 1 | -0/+14 |
| | |||||
* | Add place holders for AudioGW and Target interface support | Johan Hedberg | 2007-05-16 | 1 | -0/+2 |
| | |||||
* | Refactoring to allow adding support for more profiles | Johan Hedberg | 2007-05-15 | 1 | -2/+30 |
| | |||||
* | Convert to using generic dbus message dispatching | Johan Hedberg | 2007-05-09 | 1 | -0/+1 |
| | |||||
* | Cleanup and small fixes | Johan Hedberg | 2007-04-13 | 1 | -1/+1 |
| | |||||
* | Remove unused functions | Johan Hedberg | 2007-04-12 | 1 | -4/+0 |
| | |||||
* | Redo the manager-headset splitup by using object paths as public identifiers ↵ | Johan Hedberg | 2007-04-12 | 1 | -1/+1 |
| | | | | for headsets | ||||
* | Let the manager use global variables | Marcel Holtmann | 2007-04-11 | 1 | -11/+3 |
| | |||||
* | Rename functions for consistency | Johan Hedberg | 2007-04-10 | 1 | -1/+1 |
| | |||||
* | Audio service refactoring: move all manager functions to manager.c | Johan Hedberg | 2007-04-10 | 1 | -0/+25 |
| | |||||
* | Fix some forgotton leftovers | Marcel Holtmann | 2007-04-08 | 1 | -1/+1 |
| | |||||
* | Add skeleton for manager interface | Marcel Holtmann | 2007-03-09 | 1 | -0/+25 |