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
/
device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-14
audio: use btd_error_failed()
Gustavo F. Padovan
1
-9
/
+5
2010-12-08
Add btd_error_already_connected()
Gustavo F. Padovan
1
-3
/
+1
2010-12-07
Add btd_error_in_progress()
Gustavo F. Padovan
1
-2
/
+1
2010-12-07
Add btd_error_not_connected()
Gustavo F. Padovan
1
-2
/
+1
2010-11-28
Remove unused includes
Johan Hedberg
1
-2
/
+0
2010-11-19
Fix not removing all timers when user request to disconnect audio
Luiz Augusto von Dentz
1
-17
/
+19
2010-11-05
Fix audio disconnect watch in connecting state
Daniel Orstadius
1
-1
/
+1
2010-09-28
Fix headset disconnecting via device disconnect
Radoslaw Jablonski
1
-45
/
+89
2010-09-03
Fix memory leak and possible crash when removing audio device
Luiz Augusto von Dentz
1
-0
/
+2
2010-06-09
Fix audio profile disconnection order
Johan Hedberg
1
-3
/
+13
2010-05-21
Move debug() to DBG()
Gustavo F. Padovan
1
-2
/
+2
2010-05-21
Move logging.{c,h} to log.{c,h}
Gustavo F. Padovan
1
-1
/
+1
2010-02-11
Fix segmentation fault when headset disconnects during authorization
Claudio Takahasi
1
-1
/
+1
2010-02-04
Implement HandsfreeGateway Interface
Gustavo F. Padovan
1
-0
/
+3
2010-01-07
Update Nokia copyrights
Johan Hedberg
1
-1
/
+1
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-09-06
Coding style fixes
Johan Hedberg
1
-9
/
+7
2009-09-06
Fix audio device authorized setting for AVRCP-only connections
Johan Hedberg
1
-0
/
+7
2009-09-05
Fix audio authorization cancelation on the same mainloop iteration
Johan Hedberg
1
-4
/
+16
2009-09-05
Make dev->authorized private to audio/device.c
Johan Hedberg
1
-3
/
+5
2009-09-04
Fix race condition in authorizing audio connections
Johan Hedberg
1
-1
/
+7
2009-09-04
Fix audio connection authorization handling with timeouts
Johan Hedberg
1
-0
/
+32
2009-09-03
Fix authorization when the audio profiles are slow to connect
Johan Hedberg
1
-0
/
+41
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
-3
/
+3
2009-09-02
Fix org.bluez.Audio state tracking
Johan Hedberg
1
-5
/
+10
2009-07-13
Create A2DP Source interface.
João Paulo Rechi Vita
1
-0
/
+4
2009-07-02
Make sure Audio.Disconnect cancel pending connections.
Luiz Augusto von Dentz
1
-1
/
+1
2009-06-16
Fix regression when there is no agent registered.
Luiz Augusto von Dentz
1
-1
/
+8
2009-06-15
Fix bug which cause authorization to be denied in certain headsets.
Luiz Augusto von Dentz
1
-0
/
+42
2009-06-10
Compare sink_state with correct enum value
Johan Hedberg
1
-1
/
+1
2009-05-28
Fix maximum headset connection count check for Audio interface
Johan Hedberg
1
-4
/
+13
2009-05-13
Fix state comparisons to test for specific state values
Johan Hedberg
1
-5
/
+15
2009-05-13
Fix org.bluez.Audio state tracking
Johan Hedberg
1
-3
/
+3
2009-05-04
Make sure unix clients are released before freeing audio device data.
Luiz Augusto von Dentz
1
-2
/
+2
2009-04-22
Make audio plugin to use disconnect watches.
Luiz Augusto von Dentz
1
-0
/
+6
2009-04-16
Use correct state enum for sink old_state
Johan Hedberg
1
-1
/
+1
2009-04-07
Fix device removal while audio IPC client is connected
Johan Hedberg
1
-0
/
+3
2009-04-04
Send reply for each if-clause separately
Johan Hedberg
1
-3
/
+2
2009-04-03
Add basic framework support for HFP HF role (org.bluez.HeadsetGateway)
Forrest
1
-0
/
+4
2009-04-02
Fix disconnection timers for org.bluez.Audio
Johan Hedberg
1
-2
/
+2
2009-04-01
Fix org.bluez.Audio unregistration
Johan Hedberg
1
-0
/
+3
2009-03-28
Track sink state instead of avdtp state in device.c
Johan Hedberg
1
-23
/
+39
2009-03-27
Implement Audio.Connect and Audio.Disconnect
Johan Hedberg
1
-12
/
+105
2009-03-27
Implement org.bluez.Audio State property
Johan Hedberg
1
-9
/
+96
2009-03-27
Add support for automatic HFP+A2DP connection creation with incoming connections
Johan Hedberg
1
-8
/
+111
2009-03-27
Add skeleton for org.bluez.Audio interface
Johan Hedberg
1
-8
/
+87
2009-03-27
Add headset state callback into device.c
Johan Hedberg
1
-0
/
+27
2009-03-27
Add AVCTP state callback support to control.c
Johan Hedberg
1
-2
/
+24
2009-03-26
Use dev->control when calling audio_device_is_connected() for control.
Nick Pelly
1
-1
/
+1
[next]