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
*
Don't do bonding_process_complete upon link_key_notify
Johan Hedberg
2008-09-26
1
-2
/
+32
*
Only create D-Bus client listener if there is a client
Johan Hedberg
2008-09-25
1
-4
/
+7
*
Move more pairing and discovery initiation logic into device.c
Johan Hedberg
2008-09-25
1
-4
/
+21
*
Fix another memory leak
Johan Hedberg
2008-09-25
1
-1
/
+4
*
Fix memory leak
Johan Hedberg
2008-09-25
1
-1
/
+3
*
Do service discovery also for pairings initiated from the other side
Johan Hedberg
2008-09-25
1
-0
/
+37
*
Clean up authentication and service discovery initiation code
Johan Hedberg
2008-09-25
1
-12
/
+20
*
device_browse should fail if there's a SDP discovery already active
Johan Hedberg
2008-09-24
1
-0
/
+4
*
Add support for Icon property
Marcel Holtmann
2008-09-23
1
-8
/
+72
*
Update devices list property when a new device is created/removed.
Luiz Augusto von Dentz
2008-09-22
1
-0
/
+3
*
rename get_record() to find_record_in_list() and move to storage.[ch]
David Woodhouse
2008-09-14
1
-30
/
+2
*
Store source information from DID record
Marcel Holtmann
2008-09-14
1
-5
/
+8
*
store pnp info when we receive a pnp record
David Woodhouse
2008-09-13
1
-0
/
+18
*
fix init_browse()
David Woodhouse
2008-09-12
1
-2
/
+17
*
fix service browsing
David Woodhouse
2008-09-12
1
-6
/
+7
*
Storing device address as bdaddr_t instead of string.
Alok Barsode
2008-09-12
1
-70
/
+66
*
Fix memory allocation of drivers uuid list to be dinamic as drivers may be un...
Luiz Augusto von Dentz
2008-09-11
1
-7
/
+17
*
Fix memleak
Luiz Augusto von Dentz
2008-09-11
1
-1
/
+1
*
Fix problem that occurs when a device is removed but agent requests are not c...
Luiz Augusto von Dentz
2008-09-11
1
-0
/
+5
*
Search for l2cap uuid if no record is found.
Luiz Augusto von Dentz
2008-09-11
1
-0
/
+7
*
Make discovery service routine to search for driver uuids.
Luiz Augusto von Dentz
2008-09-11
1
-0
/
+30
*
Split code of simple search and browse.
Luiz Augusto von Dentz
2008-09-11
1
-26
/
+43
*
Add missing uuids to search if the device doesn't support public browsing.
Luiz Augusto von Dentz
2008-09-11
1
-0
/
+5
*
Redefining device_get_address to take bdaddr_t as parameter.
Alok Barsode
2008-09-08
1
-9
/
+4
*
Redefining adapter_get_address to take bdaddr_t as parameter.
Alok Barsode
2008-09-08
1
-28
/
+47
*
Fix memory leak caused by previous SDP browse fix
Johan Hedberg
2008-09-08
1
-0
/
+1
*
Check for duplicate record handles and not UUIDs
Johan Hedberg
2008-09-05
1
-2
/
+9
*
Check for duplicate records when discovering services
Johan Hedberg
2008-09-05
1
-1
/
+7
*
Fix problem which prevents drivers from being probed.
Luiz Augusto von Dentz
2008-09-05
1
-8
/
+28
*
Move responsibility of freeint the record list to the correct place
Johan Hedberg
2008-09-05
1
-3
/
+0
*
Renaming struct adapter to struct btd_adapter.
Alok Barsode
2008-09-04
1
-14
/
+14
*
Adding adapter_search_active_conn_by_bdaddr and
Alok Barsode
2008-09-03
1
-11
/
+12
*
Storage cleanup: avoid Bluetooth address to string conversions
Claudio Takahasi
2008-08-28
1
-4
/
+1
*
Device.GetProperties() cleanup
Claudio Takahasi
2008-08-28
1
-8
/
+7
*
Storage cleanup
Claudio Takahasi
2008-08-28
1
-61
/
+24
*
Cleanup: unnecessary includes and defines, moved some declarations
Claudio Takahasi
2008-08-26
1
-4
/
+1
*
Cleanup: unnecessary includes
Claudio Takahasi
2008-08-25
1
-6
/
+0
*
Remove driver.c driver.h and remove workaround for to force a symbol resolution.
Luiz Augusto von Dentz
2008-08-18
1
-3
/
+16
*
Fix device driver callbacks to not take driver pointer.
Luiz Augusto von Dentz
2008-08-13
1
-3
/
+3
*
Introduce driver.c and driver.h files.
Luiz Augusto von Dentz
2008-08-05
1
-25
/
+3
*
For adapters and devices use /org/bluez object path prefix
Marcel Holtmann
2008-08-04
1
-3
/
+3
*
Fix adapter removal.
Luiz Augusto von Dentz
2008-07-30
1
-4
/
+7
*
Fix problem of missing record on sdp cache which turn to include a NULL point...
Luiz Augusto von Dentz
2008-07-29
1
-6
/
+10
*
Move hcid to src directory and rename it to bluetoothd
Marcel Holtmann
2008-07-29
1
-0
/
+1100