index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
manager.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-10-05
Fix HFP HF-role SDP record profile version
Johan Hedberg
1
-1
/
+1
2009-09-04
Fix audio connection authorization handling with timeouts
Johan Hedberg
1
-0
/
+25
2009-09-03
Rename audio_device_is_connected more appropriately
Johan Hedberg
1
-1
/
+1
2009-09-02
Make headset connecting state consistent with the rest of the interfaces
Johan Hedberg
1
-1
/
+1
2009-08-11
Don't enable the SCO server socket when not necessary
Johan Hedberg
1
-1
/
+4
2009-07-13
Create A2DP Source interface.
João Paulo Rechi Vita
1
-0
/
+5
2009-06-30
Misc fixes for HFP HF role
Forrest Zhao
1
-1
/
+1
2009-06-19
Fix small typo
João Paulo Rechi Vita
1
-1
/
+1
2009-06-15
Fix bug which cause authorization to be denied in certain headsets.
Luiz Augusto von Dentz
1
-4
/
+4
2009-06-02
Fix headset never connecting on the first attempt.
Luiz Augusto von Dentz
1
-3
/
+6
2009-05-27
Make audio plugin to use adapter references.
Luiz Augusto von Dentz
1
-36
/
+99
2009-04-28
Fix bug which prevent headset driver to load a second time.
Luiz Augusto von Dentz
1
-0
/
+2
2009-04-23
Fix sending AVRCP commands to non-target devices
Johan Hedberg
1
-9
/
+6
2009-04-22
Make audio plugin to use disconnect watches.
Luiz Augusto von Dentz
1
-3
/
+1
2009-04-11
Fix manager_get_device to not always create a new device object
Johan Hedberg
1
-4
/
+8
2009-04-03
Add basic framework support for HFP HF role (org.bluez.HeadsetGateway)
Forrest
1
-27
/
+104
2009-04-01
Remove unused variable.
Luiz Augusto von Dentz
1
-6
/
+0
2009-04-01
Fix dead assignments.
Luiz Augusto von Dentz
1
-3
/
+0
2009-03-27
Add support for automatic HFP+A2DP connection creation with incoming connections
Johan Hedberg
1
-4
/
+12
2009-03-25
Add object field to audio ipc messages.
Luiz Augusto von Dentz
1
-11
/
+11
2009-03-25
Add source and destination fields to audio ipc messages.
Luiz Augusto von Dentz
1
-6
/
+15
2009-03-12
Fix audio plugin initialization failure cases
Johan Hedberg
1
-3
/
+8
2009-03-03
Update HSP version to 1.2
Johan Hedberg
1
-1
/
+1
2009-02-25
Fix headset_connect_rfcomm error return case
Johan Hedberg
1
-1
/
+1
2009-02-19
Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.
Luiz Augusto von Dentz
1
-3
/
+3
2009-02-19
Make use of g_error_free instead of g_clear_error when possible.
Luiz Augusto von Dentz
1
-2
/
+2
2009-02-19
Convert HSP/HFP to use btio confirm_cb
Johan Hedberg
1
-20
/
+18
2009-02-19
Add missing comma
Johan Hedberg
1
-1
/
+1
2009-02-19
Make audio plugin to use BtIO API.
Luiz Augusto von Dentz
1
-34
/
+62
2009-02-06
Remove unnecessary empty line
Johan Hedberg
1
-1
/
+0
2009-01-08
Make audio plugin to use audio_device sufix instead of device_.
Luiz Augusto von Dentz
1
-3
/
+3
2009-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2008-12-23
Removed unused function
Marcel Holtmann
1
-18
/
+0
2008-12-02
Check if btd_device_add_uuid succeeded.
Luiz Augusto von Dentz
1
-1
/
+4
2008-10-24
Fix manager_allow_headset_connection count check
Johan Hedberg
1
-2
/
+4
2008-10-24
Use g_clear_error(&err) instead of g_error_free(err); err = NULL
Johan Hedberg
1
-8
/
+4
2008-10-24
Limit the amount of connected HSP/HFP devices and make it configurable
Johan Hedberg
1
-0
/
+39
2008-10-10
Make server_is_enabled simply use the config file values for now
Johan Hedberg
1
-45
/
+20
2008-10-09
Add mechanism for adding new UUIDs from the driver side
Johan Hedberg
1
-27
/
+24
2008-10-09
Make device driver probe calls take UUID's instead of full records
Johan Hedberg
1
-54
/
+41
2008-10-08
Fix typo
Johan Hedberg
1
-1
/
+1
2008-10-08
Create audio device objects on incoming connections if necessary
Johan Hedberg
1
-10
/
+8
2008-10-08
Add separate function for creating new audio device objects
Johan Hedberg
1
-5
/
+53
2008-10-04
Change SCO server socket into a generic one
Johan Hedberg
1
-56
/
+0
2008-09-10
Remove unnecessary return statements from the end of void functions
Johan Hedberg
1
-2
/
+0
2008-09-10
Add SCO server socket (needed for HFP)
Johan Hedberg
1
-10
/
+77
2008-09-10
Minor coding style fix
Johan Hedberg
1
-2
/
+2
2008-09-09
Cancels the pending request from agent side when receiving a NoReply
Vinicius Costa Gomes
1
-4
/
+0
2008-09-08
Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.
Luiz Augusto von Dentz
1
-2
/
+32
[next]