summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 ↵Claudio Takahasi2007-08-141-52/+58
| | | | | | | | removed
| * 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 ↵Johan Hedberg2007-08-131-2/+3
| | | | | | | | configuration message
| * 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 ↵Claudio Takahasi2007-08-131-11/+12
| | | | | | | | for Proxy.Disable
| * 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
| |
| * Fix compilation of debug only sectionsMarcel Holtmann2007-08-131-5/+5
| |
| * Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-1321-55/+42
| |
| * Clean up mess with header filesJohan Hedberg2007-08-1212-85/+87
| |
| * All local SEP callbacks need a avdtp session parameterJohan Hedberg2007-08-123-42/+56
| |
| * Clean up protocol structsJohan Hedberg2007-08-121-38/+15
| |
| * Implement proper acceptor side functionalityJohan Hedberg2007-08-127-117/+342
| |
| * Fix set_configuration reject response error codesJohan Hedberg2007-08-121-5/+15
| |
| * Fix set_configuration command error checkingJohan Hedberg2007-08-121-1/+1
| |
| * Fix set_configuration reject responseJohan Hedberg2007-08-121-0/+1
| |
| * Fix DISCOVER_CMD responseJohan Hedberg2007-08-121-1/+1
| |
| * avdtp_unref improvementsJohan Hedberg2007-08-122-10/+23
| |
| * Remove incorrect dbus_message_unref (pending_connect_free takes care of it ↵Johan Hedberg2007-08-121-1/+0
| | | | | | | | already)
| * l2cap_connect doesn't have to call finalize_discovery as the caller takes ↵Johan Hedberg2007-08-121-1/+0
| | | | | | | | care of it (when getting a failure return value)
| * Fix (yet again) refcounting.Johan Hedberg2007-08-121-15/+13
| |
| * Update CreateDevice method to only take one parameterJohan Hedberg2007-08-112-119/+9
| |
| * avdtp_get_internal should not increase the refcountJohan Hedberg2007-08-111-1/+1
| |
| * Fix resolving local bdaddr for incoming connectionsJohan Hedberg2007-08-111-1/+1
| |
| * Remove redundant stream fd from config responseJohan Hedberg2007-08-1112-62/+61
| |
| * Get rid of some valgrind warnings caused by hci_get_route(NULL) callsJohan Hedberg2007-08-112-2/+2
| |
| * Ensure that transport channels get disconnected before the signalling channelJohan Hedberg2007-08-111-3/+3
| |
| * Implement support for receiving the Close commandJohan Hedberg2007-08-111-3/+57
| |
| * Create objects for default device and sinkMarcel Holtmann2007-08-111-0/+8
| |
| * Fix avdtp session reference countingJohan Hedberg2007-08-111-4/+11
| |
| * Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-1117-343/+4451
| |
| * Don't hardcode allocation method to SNRJohan Hedberg2007-08-112-1/+2
| |
| * serial: Proxy.Enable initial implementationClaudio Takahasi2007-08-101-1/+57
| |
| * serial: RemoveProxy implementationClaudio Takahasi2007-08-101-1/+29
| |