index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
hfp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-12
plugins: M15 coding style fix
Jeevaka Badrappan
1
-3
/
+3
2010-11-29
plugins: explicitly compare pointers to NULL
Lucas De Marchi
1
-10
/
+10
2010-10-01
plugins: Mode fixups for copyrigh headers
Marcel Holtmann
1
-0
/
+1
2010-09-24
Make debug handling with OFONO_AT_DEBUG a bit more consistent
Marcel Holtmann
1
-2
/
+4
2010-08-23
hfp: fix typo
João Paulo Rechi Vita
1
-3
/
+3
2010-08-05
bluetooth: define DBUS_TIMEOUT macro
Gustavo F. Padovan
1
-3
/
+3
2010-06-21
hfp: Fix style issues
Denis Kenzior
1
-1
/
+2
2010-06-21
hfp: use bluetooth helpers and remove similar code
Gustavo F. Padovan
1
-343
/
+36
2010-06-17
hfp: Use bluetooth_parse_properties
Denis Kenzior
1
-91
/
+11
2010-06-17
hfp: Use the bluetooth_send_with_reply
Denis Kenzior
1
-85
/
+26
2010-06-17
Remove send_method_call from hfp.c
Gustavo F. Padovan
1
-40
/
+33
2010-06-17
Move create_path() to bluetooth plugin
Gustavo F. Padovan
1
-24
/
+1
2010-06-17
Add bluetooth plugin skeleton.
Gustavo F. Padovan
1
-6
/
+2
2010-02-15
hfp: add watch to trigger HUP of the file descriptor
Gustavo F. Padovan
1
-0
/
+10
2010-02-15
hfp: remove modems if bluetoothd exits unexpectedly
Gustavo F. Padovan
1
-2
/
+25
2010-02-15
hfp: remove duplicated ofono_modem_set_powered
Gustavo F. Padovan
1
-2
/
+0
2010-02-12
Fix: Unregistering the agent in disable is wrong
Denis Kenzior
1
-3
/
+5
2010-02-12
Add hfp/ prefix to the path for HFP modems
Denis Kenzior
1
-1
/
+2
2010-02-12
Add support for alias changes
Denis Kenzior
1
-5
/
+29
2010-02-12
Set modem name from Bluetooth device alias
Denis Kenzior
1
-3
/
+6
2010-02-12
Fix: Use persistent paths for hfp modems
Denis Kenzior
1
-19
/
+54
2010-02-12
Fix: Store the modem in the uuid hash
Denis Kenzior
1
-2
/
+2
2010-02-12
Refactor the UUIDs property changed path
Denis Kenzior
1
-29
/
+36
2010-02-12
Don't leak user_data in send_method_call_with_reply
Denis Kenzior
1
-5
/
+16
2010-02-12
hfp: Don't use Disconnect when agent was released
Gustavo F. Padovan
1
-7
/
+11
2010-02-12
Keep track of adapter addresses
Denis Kenzior
1
-10
/
+44
2010-02-12
Fix: Add free_func to send_method_call_with_reply
Denis Kenzior
1
-10
/
+13
2010-02-12
Fix: ofono_dbus_get_connection does not ref it
Denis Kenzior
1
-2
/
+0
2010-02-12
Cleanup: No sense in creating the hash if failed
Denis Kenzior
1
-4
/
+3
2010-02-12
Refactor: Device GetProperties handling
Denis Kenzior
1
-65
/
+18
2010-02-12
Refactor: Use Adapter Devices property
Denis Kenzior
1
-20
/
+58
2010-02-12
Fix: Use Manager's Adapters property instead
Denis Kenzior
1
-20
/
+32
2010-02-12
Add a more sophisticated GetProperties reply parser
Denis Kenzior
1
-0
/
+84
2010-02-12
Style: No need for this to be a function
Denis Kenzior
1
-10
/
+7
2010-02-12
Fix: Use a 15 second timeout on a disconnect
Denis Kenzior
1
-1
/
+1
2010-02-12
Style: No need for this to be a function
Denis Kenzior
1
-9
/
+9
2010-02-12
Style: No need for a function here
Denis Kenzior
1
-8
/
+3
2010-02-12
hfp: set timeout to rfcomm establishment procedure
Gustavo F. Padovan
1
-25
/
+83
2010-02-11
hfp: avoid crash when hfp is declared on modem.conf
Gustavo F. Padovan
1
-0
/
+4
2010-02-11
hfp: fix copyright notice
Gustavo F. Padovan
1
-1
/
+1
2010-02-08
Fix: Don't use ofono_debug directly in plugins
Denis Kenzior
1
-12
/
+12
2010-02-05
Fix: Simplify overly complex error handling
Denis Kenzior
1
-32
/
+4
2010-02-05
Style: Rename variables to better indicate arrays
Denis Kenzior
1
-12
/
+12
2010-02-05
Style: No need for void here
Denis Kenzior
1
-3
/
+3
2010-02-05
hfp: Fix memory leak when listing bluetooth devices
Vinicius Costa Gomes
1
-3
/
+7
2010-02-05
hfp: wait Disconnect reply to power down the modem
Gustavo F. Padovan
1
-2
/
+24
2010-02-05
Fix: Don't call UnregisterAgent if already Released
Gustavo F. Padovan
1
-1
/
+7
2010-02-05
hfp: create modem for new devices paired on runtime
Gustavo F. Padovan
1
-5
/
+57
2010-02-05
Fix: Use snprintf instead of sprintf in HFP
Denis Kenzior
1
-1
/
+1
2010-02-04
Fix: No need to check for handsfree_path now
Denis Kenzior
1
-12
/
+0
[next]