index
:
~wtay/bluez
arun-4101
arun-ccu/master
master
Bluez hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
adapter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-12
adapter: Remove Create(Paired)Device methods
Johan Hedberg
1
-130
/
+0
2012-10-10
event: Use bool instead gboolean for legacy parameter
Szymon Janc
1
-2
/
+2
2012-10-10
core: Pass confirm name as bool value
Szymon Janc
1
-1
/
+1
2012-10-09
core: fix stop scanning after GCEP
João Paulo Rechi Vita
1
-11
/
+15
2012-10-09
adapter: Remove not used btd_adapter_switch_{online,offline} functions
Szymon Janc
1
-43
/
+0
2012-10-09
Simplify checking if found device is legacy
Szymon Janc
1
-40
/
+12
2012-10-09
adapter: Emit signals through DBus.Properties
Lucas De Marchi
1
-95
/
+47
2012-10-09
adapter: Port remaining properties to DBus.Properties
Lucas De Marchi
1
-90
/
+107
2012-10-09
adapter: Fix calling mgmt_set_pairable() with error set
Lucas De Marchi
1
-2
/
+6
2012-10-09
adapter: Add session type to session_req
Lucas De Marchi
1
-14
/
+24
2012-10-09
adapter: Refactor set_mode() in 2 functions
Lucas De Marchi
1
-37
/
+41
2012-10-09
adapter: Set *Timeout through DBus.Properties
Lucas De Marchi
1
-44
/
+49
2012-10-09
adapter: Set Name through DBus.Properties
Lucas De Marchi
1
-20
/
+39
2012-10-09
adapter: Add DBus.Properties getters
Lucas De Marchi
1
-72
/
+149
2012-10-05
adapter: Don't use adapter_get_path to access adapter path
Szymon Janc
1
-2
/
+1
2012-10-05
adapter: Don't use adapter_get_address to access adapter address
Szymon Janc
1
-3
/
+3
2012-10-05
adapter: Constify use of bdaddr_t pointer parameters
Szymon Janc
1
-23
/
+29
2012-10-05
mgmt: Constify use of bdaddr_t pointer parameters
Szymon Janc
1
-3
/
+3
2012-10-05
device: Convert device_get_address into simple getter
Szymon Janc
1
-4
/
+2
2012-10-05
adapter: Constify pointer returned by adapter_get_address
Szymon Janc
1
-1
/
+1
2012-10-05
adapter: Convert adapter_get_address into simple getter
Szymon Janc
1
-8
/
+5
2012-10-04
core: Fix leaking connection list nodes
Lucas De Marchi
1
-0
/
+2
2012-10-03
oob: Refactor oob callback handling and move it to adapter code
Szymon Janc
1
-0
/
+44
2012-10-03
adapter: Add btd_adapter_get_class function
Szymon Janc
1
-0
/
+5
2012-10-03
adapter: Rename btd_adapter_get_class to btd_adapter_read_class
Szymon Janc
1
-1
/
+1
2012-10-03
adapter: Add btd_adapter_get_services function
Szymon Janc
1
-0
/
+5
2012-10-03
eir: Store class in struct eir_data as uint32_t
Szymon Janc
1
-7
/
+4
2012-10-03
core: Start LE scanning when a device requests
Claudio Takahasi
1
-16
/
+52
2012-10-03
core: Replace interleaved by LE scanning
Claudio Takahasi
1
-7
/
+15
2012-10-03
core: Mutually exclude concurrent connections
João Paulo Rechi Vita
1
-8
/
+58
2012-10-01
adapter: Queue parallel authorization requests
Mikel Astiz
1
-78
/
+103
2012-10-01
adapter: Use authorization id for cancelling
Mikel Astiz
1
-27
/
+40
2012-10-01
adapter: Replace device authorizing flag
Mikel Astiz
1
-19
/
+37
2012-09-28
core: Add proper support for run-time removal of profiles
Johan Hedberg
1
-0
/
+16
2012-09-28
adapter: Remove unused struct btd_adapter members
Szymon Janc
1
-3
/
+0
2012-09-26
core: Fix minor coding style issue (long line)
Johan Hedberg
1
-1
/
+2
2012-09-25
core: Add dynamic adapter and device probe support
Johan Hedberg
1
-0
/
+12
2012-09-25
core: Add profile parameter to adapter and device probe functions
Johan Hedberg
1
-2
/
+2
2012-09-21
adapter: Simplify DBusConnection object handling
Andrzej Kaczmarek
1
-74
/
+58
2012-09-21
device: Simplify DBusConnection object handling
Andrzej Kaczmarek
1
-13
/
+13
2012-09-21
dbus-common: Remove conn parameter from emit_array_property_changed
Andrzej Kaczmarek
1
-3
/
+4
2012-09-21
dbus-common: Remove conn parameter from emit_property_changed
Andrzej Kaczmarek
1
-17
/
+17
2012-09-20
core: Use adapter connect list for LE connections
João Paulo Rechi Vita
1
-1
/
+1
2012-09-20
core: Control connections based on adapter state
Claudio Takahasi
1
-9
/
+14
2012-09-17
adapter: Remove dead code from adapter_emit_device_found()
Syam Sidhardhan
1
-2
/
+1
2012-09-11
core: Move profile code into profile.{c,h}
Johan Hedberg
1
-0
/
+1
2012-09-07
core: Add a list of LE devices to connect
João Paulo Rechi Vita
1
-1
/
+58
2012-09-07
mgmt: Print error message when start_discovery fails
João Paulo Rechi Vita
1
-5
/
+1
2012-09-03
core: replace NULL by dbus invalid arguments
Chan-yeol Park
1
-2
/
+2
2012-09-03
Add profile abstraction (replaces btd_device drivers)
Johan Hedberg
1
-9
/
+41
[next]