summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Disallow HFP connections when the telephony plugin isn't yet initializedJohan Hedberg2008-09-042-6/+18
|
* Remove incorrect call to headset_set_state(connected) before HFP SLC is upJohan Hedberg2008-09-041-1/+0
|
* Don't send Response and Hold status if there is noneJohan Hedberg2008-09-041-1/+1
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-cloneMarcel Holtmann2008-09-041-8/+8
|\
| * Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-8/+8
| |
* | No need to call telephony_response_and_hold_ind in ↵Johan Hedberg2008-09-041-4/+4
| | | | | | | | telephony_event_reporting_req because telephony_ready was added
* | Remove unused functionJohan Hedberg2008-09-041-5/+0
| |
* | Add some documentation for the AG variablesJohan Hedberg2008-09-041-7/+7
| |
* | Add a telephony_ready callback to notify initialization completionJohan Hedberg2008-09-044-25/+22
| |
* | Move AG state variables in headset.c into a separate singeltonJohan Hedberg2008-09-041-21/+30
| |
* | Implement basic HFP response and hold supportJohan Hedberg2008-09-043-6/+76
| |
* | Implement basic event reporting supportJohan Hedberg2008-09-043-0/+70
| |
* | Update the telephony-dummy indicators to match the ones in the HFP spec.Johan Hedberg2008-09-041-4/+1
|/
* Fix wrong indentationMarcel Holtmann2008-09-031-1/+1
|
* Reorder some functionsMarcel Holtmann2008-09-032-14/+12
|
* Remove HFP AG features from audio.conf since they should come from the ↵Johan Hedberg2008-09-033-104/+10
| | | | telephony plugin
* Preliminary support for indicatorsJohan Hedberg2008-09-033-3/+85
|
* Remove unnecessary includeJohan Hedberg2008-09-031-1/+0
|
* Add telephony initialization calls to correct placesJohan Hedberg2008-09-032-2/+9
|
* Add skeleton for basic telephony functionsJohan Hedberg2008-09-033-0/+33
|
* Fix building of telephony driverMarcel Holtmann2008-09-011-10/+7
|
* Cleanup the linked telephony driverMarcel Holtmann2008-09-011-0/+2
|
* Add skeleton for telephony driversMarcel Holtmann2008-09-013-6/+68
|
* Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann2008-08-193-8/+4
|
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-183-12/+13
|
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-131-4/+2
|
* Make audio plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-124-117/+270
|
* Avoid memory copies in A2DP write routineMarcel Holtmann2008-08-081-42/+68
|
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
|
* Move error_connection_attempt_failed to its usage placesMarcel Holtmann2008-08-041-0/+8
|
* Move error_failed to its usage placesMarcel Holtmann2008-08-041-0/+6
|
* Move error_not_supported where it is actually usedMarcel Holtmann2008-08-041-0/+7
|
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-07-307-64/+110
|
* Fix internal includes for Bluetooth libraryMarcel Holtmann2008-07-291-6/+6
|
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-292-3/+3
|
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-2810-1212/+99
|
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-6/+12
| | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-3/+3
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Renaming device to btd_device and making theAlok Barsode2008-07-281-6/+12
| | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Fixed missing includeClaudio Takahasi2008-06-301-0/+1
|
* Don't use lib prefix for pluginsMarcel Holtmann2008-06-301-3/+3
|
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-175-108/+62
|
* Remove calls to RequestAuthorization.Luiz Augusto von Dentz2008-06-161-88/+3
|
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-8/+8
|
* Have the audio plugin register headset and sink driversMarcel Holtmann2008-06-081-19/+32
|
* Use DBG in plugin to show function namesMarcel Holtmann2008-06-081-2/+2
|
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-074-29/+29
|
* Fix use of DBUS_HANDLER_RESULT_HANDLED.Luiz Augusto von Dentz2008-06-061-13/+9
|
* Fix the last remains of sending helpersMarcel Holtmann2008-06-064-9/+20
|
* Update autoconf/automake optionsMarcel Holtmann2008-06-031-1/+1
|