index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use L2CAP_LM for the L2CAP raw socket for now
Johan Hedberg
2009-01-16
1
-7
/
+10
*
Don't use auth_required. New kernels still need explicit auth requested
Johan Hedberg
2009-01-16
1
-6
/
+1
*
Don't try to remove bonding->io_id twice (bonding_request_free does it)
Johan Hedberg
2009-01-16
1
-3
/
+0
*
Fix bonding with pre-2.1 devices and newer kernels
Johan Hedberg
2009-01-16
1
-0
/
+5
*
Use dedicated bonding and no MITM for pairing
Marcel Holtmann
2009-01-15
1
-1
/
+1
*
Don't remove linkkeys upon adapter removal
Johan Hedberg
2009-01-13
1
-2
/
+3
*
Add ReverseServiceDiscovery config option
Johan Hedberg
2009-01-13
1
-1
/
+2
*
Add debug statement for reverse service discovery timer
Marcel Holtmann
2009-01-13
1
-0
/
+1
*
Don't do reverse SDP for renewed link keys
Johan Hedberg
2009-01-13
1
-2
/
+13
*
Fix dbus_connection_ref/unref usage
Johan Hedberg
2009-01-13
1
-1
/
+3
*
Move l2raw_connect over to device.c (since it's not needed anywhere else)
Johan Hedberg
2009-01-12
1
-18
/
+65
*
Add support for dedicated bonding using BT_SECURITY
Johan Hedberg
2009-01-12
1
-5
/
+22
*
Handle active connection using device object.
Luiz Augusto von Dentz
2009-01-11
1
-32
/
+44
*
Move bonding creation to device.c.
Luiz Augusto von Dentz
2009-01-11
1
-23
/
+669
*
Update copyright information
Marcel Holtmann
2009-01-01
1
-1
/
+1
*
Make two more local functions static
Marcel Holtmann
2008-12-23
1
-1
/
+1
*
Add support for the LegacyPairing property
Johan Hedberg
2008-12-04
1
-0
/
+7
*
Once a driver has been removed break out and proceed to the next one
Johan Hedberg
2008-11-18
1
-3
/
+3
*
Fix parameters to debug()
Johan Hedberg
2008-11-18
1
-1
/
+1
*
Prevent duplicated uuids from being probed.
Luiz Augusto von Dentz
2008-11-17
1
-0
/
+5
*
Make use of g_timeout_add_seconds whenever possible.
Luiz Augusto von Dentz
2008-11-17
1
-2
/
+2
*
Make use of sdp_copy_record.
Luiz Augusto von Dentz
2008-11-17
1
-10
/
+1
*
Emit DeviceCreated for temporary devices.
Luiz Augusto von Dentz
2008-11-11
1
-8
/
+0
*
Code cleanup.
Luiz Augusto von Dentz
2008-11-10
1
-3
/
+1
*
Fix bug which makes DeviceCreated to not being emitted.
Luiz Augusto von Dentz
2008-11-10
1
-12
/
+12
*
Remove debug prints that were added by mistake in the previous commit
Johan Hedberg
2008-11-08
1
-12
/
+2
*
Remove duplicate call to btd_device_get_record
Johan Hedberg
2008-11-08
1
-2
/
+12
*
Simplify record uuid matching logic
Johan Hedberg
2008-11-08
1
-15
/
+13
*
Make device_match_patter() more readable by using more intuitive variable names
Johan Hedberg
2008-11-08
1
-10
/
+9
*
Fix memory leak
Johan Hedberg
2008-11-08
1
-4
/
+4
*
Fix coding style
Johan Hedberg
2008-11-08
1
-5
/
+3
*
Add support for device pattern drivers.
Luiz Augusto von Dentz
2008-11-07
1
-27
/
+95
*
Use only L2CAP and PNP UUIDs for initial service discovery
Johan Hedberg
2008-11-07
1
-107
/
+30
*
Make the variable prefix really global
Marcel Holtmann
2008-10-31
1
-3
/
+2
*
Use i instead of j in for-loop
Johan Hedberg
2008-10-29
1
-3
/
+3
*
Fix duplicate UUID detection
Johan Hedberg
2008-10-29
1
-14
/
+24
*
Convert Bluetooth UUID-128 to 32 or 16 bit if possible before searching
Johan Hedberg
2008-10-29
1
-0
/
+3
*
Use g_dbus_send_message instead of dbus_connection_send
Johan Hedberg
2008-10-24
1
-4
/
+2
*
Fix fallouts due to GDBusWatchFunction changes
Marcel Holtmann
2008-10-17
1
-1
/
+1
*
Add emit_array_property_changed()
Johan Hedberg
2008-10-16
1
-2
/
+2
*
Rename dbus_connection_emit_property_changed to emit_property_changed
Johan Hedberg
2008-10-16
1
-16
/
+12
*
Add dict_append_array()
Johan Hedberg
2008-10-16
1
-1
/
+1
*
Rename dbus_message_iter_append_dict_entry to dict_append_entry
Johan Hedberg
2008-10-16
1
-19
/
+10
*
Better debug when failing to probe a device
Bastien Nocera
2008-10-15
1
-2
/
+2
*
Fix uuid list allocation and freeing bug exposed by previous mem leak fix
Johan Hedberg
2008-10-10
1
-6
/
+4
*
Fix memory leak
Johan Hedberg
2008-10-10
1
-0
/
+1
*
Add mechanism for adding new UUIDs from the driver side
Johan Hedberg
2008-10-09
1
-5
/
+28
*
Make device driver probe calls take UUID's instead of full records
Johan Hedberg
2008-10-09
1
-18
/
+60
*
Don't remove service discovery timer even if device disconnects
Johan Hedberg
2008-10-09
1
-5
/
+0
*
Don't detect profile removal on during reverse service discovery
Johan Hedberg
2008-10-09
1
-7
/
+14
[next]