summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * According to spec. OPEN state is entered before calling suspend_cfmJohan Hedberg2007-08-151-2/+2
| * call avdtp_start from open_cfm instead of state callbackJohan Hedberg2007-08-153-9/+31
| * Add dummy ListDevices methodMarcel Holtmann2007-08-151-0/+25
| * Remove old RFCOMM API filesMarcel Holtmann2007-08-153-1145/+0
| * Rename files for adapter interfaceMarcel Holtmann2007-08-1522-112/+19
| * Rename files for manager interfaceMarcel Holtmann2007-08-156-15/+10
| * serial: only use automatic assigned channels when it is not provided by the userClaudio Takahasi2007-08-151-2/+5
| * serial: fixed missing ProxyCreated signal for stored proxiesClaudio Takahasi2007-08-151-5/+5
| * serial: added parsing function for stored proxiesClaudio Takahasi2007-08-151-3/+62
| * serial: proxy_store - replaced tty by uuidClaudio Takahasi2007-08-151-1/+1
| * Implement support for incoming suspend commandsJohan Hedberg2007-08-151-3/+59
| * serial: restore the initial TTY configuration when the proxy is unregisteredClaudio Takahasi2007-08-151-0/+8
| * serial: initial proxy storage implementationClaudio Takahasi2007-08-153-14/+74
| * The resume variable is redundantJohan Hedberg2007-08-151-6/+3
| * Fix resuming of stream on rapid unix client reconnectsJohan Hedberg2007-08-151-4/+14
| * Improve avdtp_write error handlingJohan Hedberg2007-08-151-7/+28
| * Yet another fix (memory leak) to using find_adapterJohan Hedberg2007-08-151-6/+6
| * check find_adapter return value for NULLJohan Hedberg2007-08-151-0/+2
| * Use FindAdapter to resolve adapter pathsJohan Hedberg2007-08-151-2/+58
| * send_request returns int and not a booleanJohan Hedberg2007-08-151-1/+1
| * avdtp_send returns a boolean and not a intJohan Hedberg2007-08-151-2/+3
| * Switch to OPEN state when receiving Open accept responseJohan Hedberg2007-08-151-1/+5
| * Fix CONFIGURED->OPEN state changeJohan Hedberg2007-08-151-2/+0
| * STREAMING->OPEN happens first when Suspend response is receivedJohan Hedberg2007-08-151-7/+1
| * A2DP specific cleanup callback is unnecessary after the previous fix to bluet...Johan Hedberg2007-08-151-11/+2
| * Minor fixes to alsa plugin.Luiz Augusto von Dentz2007-08-141-3/+5
| * Reset sink->c before calling get_config to avoid EBUSYJohan Hedberg2007-08-141-1/+2
| * Don't call a alsa callback from inside a alsa callbackJohan Hedberg2007-08-141-1/+0
| * Cleanup the sbc codec when the plugin is deinitializedJohan Hedberg2007-08-141-2/+11
| * serial: close the rfcomm/tty sockets and unreg the record when the proxy is r...Claudio Takahasi2007-08-141-52/+58
| * Fix use of bluetooth_hw_params for a2dp device.Luiz Augusto von Dentz2007-08-141-15/+39
| * serial: fixed ListPorts - proxies paths should not be includedClaudio Takahasi2007-08-141-40/+36
| * Also call stream state callback in error situationsJohan Hedberg2007-08-141-6/+12
| * Rename pending_connect struct to something more accurate to its usageJohan Hedberg2007-08-131-10/+11
| * Fix error checking order in sink_get_configJohan Hedberg2007-08-131-3/+3
| * Don't perform any additional actions if not the initiator of a streamJohan Hedberg2007-08-131-0/+4
| * Add extra error log to sink_get_configJohan Hedberg2007-08-131-1/+3
| * Handle unix client disconnect properly before we have received a configuratio...Johan Hedberg2007-08-131-2/+3
| * Add some error checks to sink_get_configJohan Hedberg2007-08-131-7/+13
| * Implement support for incoming Start commandJohan Hedberg2007-08-132-11/+76
| * serial: added proxy GetInfo implementationClaudio Takahasi2007-08-131-1/+50
| * append dict: added byte typeClaudio Takahasi2007-08-131-0/+3
| * Update API descriptionJohan Hedberg2007-08-131-2/+81
| * serial: handle already enabled error for Proxy.Enable and not enabled error f...Claudio Takahasi2007-08-131-11/+12
| * serial: added Proxy.Disable implementationClaudio Takahasi2007-08-131-1/+60
| * Fix RemoveDevice bug that prevent its removal from storage.Luiz Augusto von Dentz2007-08-133-8/+30
| * serial: proxy - accept incomming connections and forward dataClaudio Takahasi2007-08-131-1/+88
| * serial: added add_proxy_record implementationClaudio Takahasi2007-08-131-1/+44
| * serial: added create_proxy_record implementationClaudio Takahasi2007-08-131-1/+66
| * serial: added proxy rfcomm_listen implementationClaudio Takahasi2007-08-131-3/+40