index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
serial: fixed TTY settings control on proxy creation and daemon startup
Claudio Takahasi
2007-08-16
1
-16
/
+46
|
*
serial: RemoveProxy - remove the entry from the storage
Claudio Takahasi
2007-08-16
3
-0
/
+18
|
*
serial: proxy storage parsing - fixed Bluetooth source address
Claudio Takahasi
2007-08-16
1
-2
/
+4
|
*
According to spec. OPEN state is entered before calling suspend_cfm
Johan Hedberg
2007-08-15
1
-2
/
+2
|
*
call avdtp_start from open_cfm instead of state callback
Johan Hedberg
2007-08-15
3
-9
/
+31
|
*
Add dummy ListDevices method
Marcel Holtmann
2007-08-15
1
-0
/
+25
|
*
Remove old RFCOMM API files
Marcel Holtmann
2007-08-15
3
-1145
/
+0
|
*
Rename files for adapter interface
Marcel Holtmann
2007-08-15
22
-112
/
+19
|
*
Rename files for manager interface
Marcel Holtmann
2007-08-15
6
-15
/
+10
|
*
serial: only use automatic assigned channels when it is not provided by the user
Claudio Takahasi
2007-08-15
1
-2
/
+5
|
*
serial: fixed missing ProxyCreated signal for stored proxies
Claudio Takahasi
2007-08-15
1
-5
/
+5
|
*
serial: added parsing function for stored proxies
Claudio Takahasi
2007-08-15
1
-3
/
+62
|
*
serial: proxy_store - replaced tty by uuid
Claudio Takahasi
2007-08-15
1
-1
/
+1
|
*
Implement support for incoming suspend commands
Johan Hedberg
2007-08-15
1
-3
/
+59
|
*
serial: restore the initial TTY configuration when the proxy is unregistered
Claudio Takahasi
2007-08-15
1
-0
/
+8
|
*
serial: initial proxy storage implementation
Claudio Takahasi
2007-08-15
3
-14
/
+74
|
*
The resume variable is redundant
Johan Hedberg
2007-08-15
1
-6
/
+3
|
*
Fix resuming of stream on rapid unix client reconnects
Johan Hedberg
2007-08-15
1
-4
/
+14
|
*
Improve avdtp_write error handling
Johan Hedberg
2007-08-15
1
-7
/
+28
|
*
Yet another fix (memory leak) to using find_adapter
Johan Hedberg
2007-08-15
1
-6
/
+6
|
*
check find_adapter return value for NULL
Johan Hedberg
2007-08-15
1
-0
/
+2
|
*
Use FindAdapter to resolve adapter paths
Johan Hedberg
2007-08-15
1
-2
/
+58
|
*
send_request returns int and not a boolean
Johan Hedberg
2007-08-15
1
-1
/
+1
|
*
avdtp_send returns a boolean and not a int
Johan Hedberg
2007-08-15
1
-2
/
+3
|
*
Switch to OPEN state when receiving Open accept response
Johan Hedberg
2007-08-15
1
-1
/
+5
|
*
Fix CONFIGURED->OPEN state change
Johan Hedberg
2007-08-15
1
-2
/
+0
|
*
STREAMING->OPEN happens first when Suspend response is received
Johan Hedberg
2007-08-15
1
-7
/
+1
|
*
A2DP specific cleanup callback is unnecessary after the previous fix to ↵
Johan Hedberg
2007-08-15
1
-11
/
+2
|
|
|
|
bluetooth_exit
*
Minor fixes to alsa plugin.
Luiz Augusto von Dentz
2007-08-14
1
-3
/
+5
|
*
Reset sink->c before calling get_config to avoid EBUSY
Johan Hedberg
2007-08-14
1
-1
/
+2
|
*
Don't call a alsa callback from inside a alsa callback
Johan Hedberg
2007-08-14
1
-1
/
+0
|
*
Cleanup the sbc codec when the plugin is deinitialized
Johan Hedberg
2007-08-14
1
-2
/
+11
|
*
serial: close the rfcomm/tty sockets and unreg the record when the proxy is ↵
Claudio Takahasi
2007-08-14
1
-52
/
+58
|
|
|
|
removed
*
Fix use of bluetooth_hw_params for a2dp device.
Luiz Augusto von Dentz
2007-08-14
1
-15
/
+39
|
*
serial: fixed ListPorts - proxies paths should not be included
Claudio Takahasi
2007-08-14
1
-40
/
+36
|
*
Also call stream state callback in error situations
Johan Hedberg
2007-08-14
1
-6
/
+12
|
*
Rename pending_connect struct to something more accurate to its usage
Johan Hedberg
2007-08-13
1
-10
/
+11
|
*
Fix error checking order in sink_get_config
Johan Hedberg
2007-08-13
1
-3
/
+3
|
*
Don't perform any additional actions if not the initiator of a stream
Johan Hedberg
2007-08-13
1
-0
/
+4
|
*
Add extra error log to sink_get_config
Johan Hedberg
2007-08-13
1
-1
/
+3
|
*
Handle unix client disconnect properly before we have received a ↵
Johan Hedberg
2007-08-13
1
-2
/
+3
|
|
|
|
configuration message
*
Add some error checks to sink_get_config
Johan Hedberg
2007-08-13
1
-7
/
+13
|
*
Implement support for incoming Start command
Johan Hedberg
2007-08-13
2
-11
/
+76
|
*
serial: added proxy GetInfo implementation
Claudio Takahasi
2007-08-13
1
-1
/
+50
|
*
append dict: added byte type
Claudio Takahasi
2007-08-13
1
-0
/
+3
|
*
Update API description
Johan Hedberg
2007-08-13
1
-2
/
+81
|
*
serial: handle already enabled error for Proxy.Enable and not enabled error ↵
Claudio Takahasi
2007-08-13
1
-11
/
+12
|
|
|
|
for Proxy.Disable
*
serial: added Proxy.Disable implementation
Claudio Takahasi
2007-08-13
1
-1
/
+60
|
*
Fix RemoveDevice bug that prevent its removal from storage.
Luiz Augusto von Dentz
2007-08-13
3
-8
/
+30
|
*
serial: proxy - accept incomming connections and forward data
Claudio Takahasi
2007-08-13
1
-1
/
+88
|
[next]