- Oct 31, 2009
-
-
Marcel Holtmann authored
-
Marcel Holtmann authored
-
- Oct 29, 2009
-
-
Johan Hedberg authored
-
Jaikumar Ganesh authored
We were deleting the SDP records only if a device was registered for those UUIDs. With this change, we delete the SDP records even if there are no drivers registered.
-
Jaikumar Ganesh authored
This fixes the issues of stale SDP records, when the SDP records are modified on the remote end, before the next connection. Since we are going to perform SDP on the next connection anyway, this doesn't introduce any new overheads.
-
Claudio Takahasi authored
Current implementation of libdbus Request name is blocking, consequently the first incomming message that triggered the service autostart is not being processed properly.
-
- Oct 26, 2009
-
-
Claudio Takahasi authored
-
- Oct 23, 2009
-
-
Johan Hedberg authored
-
- Oct 22, 2009
-
-
Jaikumar Ganesh authored
We invalidate the in-memory SDP records list only when a profile is added or removed. So when a SDP record attribute like the rfcomm channel number is modified on the remote device, we will miss the update.
-
- Oct 21, 2009
-
-
Daniel Orstadius authored
-
- Oct 20, 2009
-
-
Luiz Von Dentz authored
-
Luiz Von Dentz authored
-
Johan Hedberg authored
If adapter initialization fails we shouldn't call the adapter driver remove callbacks since their respective probe callbacks were never called.
-
- Oct 14, 2009
-
-
Claudio Takahasi authored
-
Claudio Takahasi authored
-
- Oct 13, 2009
-
-
Claudio Takahasi authored
-
- Oct 10, 2009
-
-
Marcel Holtmann authored
-
Marcel Holtmann authored
-
- Oct 09, 2009
-
-
Johan Hedberg authored
Current code would segfault if it encounters a service record with an empty service classes list. This patch fixes it.
-
- Oct 08, 2009
-
-
Johan Hedberg authored
-
- Oct 07, 2009
-
-
Marcel Holtmann authored
-
Marcel Holtmann authored
-
Marcel Holtmann authored
-
Johan Hedberg authored
To avoid false-negatives for legacy pairing we should also make use of the Remote Host Supported Features Notification Event to update the legacy pairing flag for the found devices list.
-
Johan Hedberg authored
We should just remove device objects for which we didn't permanently store the link key. The simplest way to do it is to set the temporary flag back on after setting the device as paired.
-
Johan Hedberg authored
In order to not do unnecessary link key removal attempts upon device removal we need to keep track of whether we have a link key for the device or not.
-
Johan Hedberg authored
In some cases we just want to know if there's a link key or not but not actually do anything with the key. This patch makes it possible to use the existing read_link_key storage function to be able to check for the existence of the link key without actually returning the key to the calling function.
-
- Oct 06, 2009
-
-
Johan Hedberg authored
This patch adds support for the new Delay Report command in AVDTP 1.3.
-
Johan Hedberg authored
-
- Oct 05, 2009
-
-
Johan Hedberg authored
-
Johan Hedberg authored
-
Johan Hedberg authored
Currently A2DP 1.2 and AVDTP 1.2 are implemented.
-
Johan Hedberg authored
Currently AVCTP 1.3 and AVRCP 1.0 are implemented.
-
Johan Hedberg authored
We shouldn't try to do the complete device information removal for temporary devices when getting a connection failure. The only exception is security mode 3 where we might have already gotten a link key which needs to be removed.
-
- Oct 04, 2009
-
-
Marcel Holtmann authored
-
Marcel Holtmann authored
-
- Oct 02, 2009
-
-
Luiz Von Dentz authored
Device should be removed from the out of range list as soon as it is found, even if the rssi haven't changed and DeviceFound won't be emitted, otherwise we may emit DeviceDisappeared for a device that is actually in range.
-
Johan Hedberg authored
-
Johan Hedberg authored
The Nokia CK-20W never sends key release events for the FORWARD (next song) and BACKWARD (previous song) keys. This can cause some bad behavior in the higher software layers so it's better to just treat a key press for these keys as both a press and a release.
-
Johan Hedberg authored
-