summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * serial: ListProxies implementationClaudio Takahasi2007-08-101-1/+22
| |
| * serial: added proxy registration functionClaudio Takahasi2007-08-101-1/+82
| |
| * serial: CreateProxy - added arguments validation and CreateProxy signal emissionClaudio Takahasi2007-08-101-1/+99
| |
| * serial: added new error - AlreadyExistsClaudio Takahasi2007-08-102-0/+10
| |
| * serial: Added CreateProxy, ListProxies and RemoveProxy skeletonClaudio Takahasi2007-08-101-2/+25
| |
| * serial-api: added serial port proxyClaudio Takahasi2007-08-101-1/+40
| |
| * Update changelog and bump version numberutils-3.14Marcel Holtmann2007-08-082-1/+14
| |
| * Don't change EIR data when setting nameMarcel Holtmann2007-08-081-25/+0
| |
| * Handle the new Simple Pairing eventsMarcel Holtmann2007-08-081-0/+49
| |
| * Only set extended inquiry data when simple pairing is activatedMarcel Holtmann2007-08-085-44/+160
| |
| * hcid: code cleanup - useless listClaudio Takahasi2007-08-061-3/+1
| |
| * hcid: GetRemoteInfo - connected verification improvedClaudio Takahasi2007-08-061-3/+7
| |
| * hcid: ListRecentRemoteDevices - force appending connected devices(lastused ↵Claudio Takahasi2007-08-061-0/+16
| | | | | | | | might not match)
| * hcid: ListRecentRemoteDevices and ListRemoteDevices - updated method descriptionClaudio Takahasi2007-08-061-2/+5
| |