index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
/
manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for now
Marcel Holtmann
2008-08-19
1
-2
/
+2
*
Remove driver.c driver.h and remove workaround for to force a symbol resolution.
Luiz Augusto von Dentz
2008-08-18
1
-5
/
+3
*
Fix device driver callbacks to not take driver pointer.
Luiz Augusto von Dentz
2008-08-13
1
-4
/
+2
*
Make audio plugin to register adapter drivers.
Luiz Augusto von Dentz
2008-08-12
1
-111
/
+266
*
Introduce driver.c and driver.h files.
Luiz Augusto von Dentz
2008-08-05
1
-0
/
+1
*
Move hcid to src directory and rename it to bluetoothd
Marcel Holtmann
2008-07-29
1
-2
/
+2
*
Cleanup audio manager.
Luiz Augusto von Dentz
2008-07-28
1
-754
/
+62
*
Fix authorization mechanism for 3.x.
Luiz Augusto von Dentz
2008-06-17
1
-5
/
+7
*
Remove calls to RequestAuthorization.
Luiz Augusto von Dentz
2008-06-16
1
-88
/
+3
*
Use g_dbus_emit_signal for sending D-Bus signals
Marcel Holtmann
2008-06-07
1
-12
/
+12
*
Fix use of DBUS_HANDLER_RESULT_HANDLED.
Luiz Augusto von Dentz
2008-06-06
1
-13
/
+9
*
Fix the last remains of sending helpers
Marcel Holtmann
2008-06-06
1
-2
/
+5
*
Replace destory function with proper unregister calls
Marcel Holtmann
2008-06-03
1
-2
/
+3
*
Make audio service to use libgdbus functions.
Luiz Augusto von Dentz
2008-06-02
1
-111
/
+78
*
Replace struct device with struct audio_device
Marcel Holtmann
2008-05-29
1
-28
/
+28
*
Use g_key_file_get_string_list instead of g_key_file_get_string
Johan Hedberg
2008-05-16
1
-42
/
+36
*
Fix problem with non const bdaddr_t
Marcel Holtmann
2008-05-15
1
-1
/
+1
*
Make audio service to use of bt_*_listen helpers.
Luiz Augusto von Dentz
2008-05-15
1
-113
/
+40
*
Make bt_io_callback_t to take both source and destination.
Luiz Augusto von Dentz
2008-05-14
1
-3
/
+3
*
Move D-Bus object and interface helpers into libgdbus
Marcel Holtmann
2008-05-08
1
-2
/
+1
*
fixed format string
Claudio Takahasi
2008-05-08
1
-2
/
+2
*
Moving authorization code to dbus-service.c
Claudio Takahasi
2008-05-01
1
-5
/
+5
*
Fix dbus calls to the same process.
Luiz Augusto von Dentz
2008-04-29
1
-205
/
+33
*
Fixed remote headset connection state
Cidorvan Leite
2008-04-25
1
-0
/
+1
*
First steps towards HSP HS role and Audio.Gateway D-Bus interface support
Johan Hedberg
2008-04-21
1
-33
/
+170
*
Use internal call when possible to authorize incoming connections.
Luiz Augusto von Dentz
2008-04-14
1
-11
/
+26
*
Convert audio service into a plugin.
Luiz Augusto von Dentz
2008-03-27
1
-135
/
+43
*
headset_config_init should be called even if HFP isn't enabled (e.g. to get t...
Johan Hedberg
2008-03-12
1
-2
/
+2
*
Rename ForceMaster to just Master
Johan Hedberg
2008-03-05
1
-1
/
+1
*
Use HFP instead of EnableHFP
Johan Hedberg
2008-03-05
1
-1
/
+1
*
Do master role switching by default and add ForceMaster config option
Johan Hedberg
2008-03-05
1
-15
/
+31
*
Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to make...
Johan Hedberg
2008-03-04
1
-3
/
+3
*
Implement proper HFP SLC handling
Johan Hedberg
2008-02-19
1
-3
/
+3
*
Update copyright information
Marcel Holtmann
2008-02-02
1
-1
/
+1
*
Add config options for each source.
Luiz Augusto von Dentz
2008-01-23
1
-24
/
+4
*
Initialize HFP supported features properly
Johan Hedberg
2008-01-22
1
-7
/
+8
*
Reorganize audio.conf parsing in a more modular manner
Johan Hedberg
2008-01-16
1
-20
/
+95
*
Improve HFP/HSP discovery and connection state tracking
Johan Hedberg
2008-01-08
1
-17
/
+12
*
Fix connecting to hfp headset. (Patch from fdalleau)
Luiz Augusto von Dentz
2007-12-11
1
-2
/
+7
*
Update services to new error codes and helper functions
Johan Hedberg
2007-11-26
1
-26
/
+29
*
Integrate new ipc API implementation.
Luiz Augusto von Dentz
2007-11-21
1
-2
/
+2
*
Fix double-check for HSP instead of checking HFP
Marcel Holtmann
2007-11-13
1
-1
/
+1
*
Fix hci_devba check.
Luiz Augusto von Dentz
2007-10-24
1
-1
/
+1
*
Fix a2dpsink coding style problems and improve compatibility with some players.
Luiz Augusto von Dentz
2007-10-24
1
-2
/
+1
*
Update copyright information
Marcel Holtmann
2007-10-23
1
-0
/
+1
*
Integrate AVRCP further with the rest of the audio service
Johan Hedberg
2007-10-23
1
-8
/
+29
*
Add skeleton for AVRCP support
Johan Hedberg
2007-10-22
1
-0
/
+7
*
Fix device removal when it is not the current adapter.
Luiz Augusto von Dentz
2007-10-09
1
-0
/
+4
*
Further fixes to audio service SDP error handling
Johan Hedberg
2007-10-02
1
-16
/
+13
*
Fix audio service SDP failure handling
Johan Hedberg
2007-10-02
1
-5
/
+15
[next]