Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
What we really want to do here is set a flag that the agent has not been released yet. If this is the case we should send the Disconnect call on disable. | |||||
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 | |
The modem is more useful to store than the path, particularly once we track Aliases | |||||
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 | |
This will be required for peristent HFP modem path tracking. | |||||
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 | |
Adapter interface ListDevices method is deprecated | |||||
2010-02-12 | Fix: Use Manager's Adapters property instead | Denis Kenzior | 1 | -20/+32 | |
ListAdapters method on Manager interface is deprecated | |||||
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 | |
If it expires we call org.bluez.HandsfreeGateway.Disconnect() It also modifies send_method_call and break it down into two functions. Now we have send_method_call_with_reply, for DBus messages that needs a reply. It sets a reply and a timeout for the message reply. The other funcion is called send_method_call without timeout or reply parameters. | |||||
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 | |
Variables that hold arrays of strings should be named more appropriately to help indicate this. | |||||
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 | |
Prevent to call UnregisterAgent on an already unregistered agent. | |||||
2010-02-05 | hfp: create modem for new devices paired on runtime | Gustavo F. Padovan | 1 | -5/+57 | |
It listens the UUIDs property to create a modem from the recently paired devices. It also renames added_watch to adapter_watch, a more proper name. | |||||
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 | |
2010-02-04 | Cleanup: Refactor handling of failed connections | Denis Kenzior | 1 | -41/+23 | |
2010-02-04 | Cleanup: Modem creation | Denis Kenzior | 1 | -2/+11 | |
2010-02-04 | Add function to handle SLC handshake failures | Denis Kenzior | 1 | -1/+19 | |
2010-01-30 | Use blocking GAtChat objects for STE modems | Marcel Holtmann | 1 | -1/+1 | |
Due to some missing implementation of POLLOUT, the access to the CAIF channels of the STE modems have to be done in a blocking fashion. | |||||
2010-01-30 | Add support for using old CAIF subsystem with character devices | Marcel Holtmann | 2 | -18/+34 | |
2010-01-30 | Use simple driver table for modem configuration setup helpers | Marcel Holtmann | 1 | -7/+18 | |
2010-01-28 | Add STE voice call support. | Sjur Brændeland | 1 | -1/+1 | |
2010-01-28 | Handle the error path from service_level_connection | Gustavo F. Padovan | 1 | -2/+4 | |
2010-01-28 | Remove unneeded code to disable the modem on hfp | Gustavo F. Padovan | 1 | -3/+0 | |
ofono_modem_remove() already disables the modem. | |||||
2010-01-28 | Disable dummy CAIF modem detection for now | Marcel Holtmann | 1 | -0/+2 | |
2010-01-28 | Add plugin for static CAIF device detection | Marcel Holtmann | 1 | -0/+68 | |
2010-01-28 | Some minor style cleanups for STE support | Marcel Holtmann | 1 | -3/+8 | |
2010-01-27 | Style: Various whitespace issues | Denis Kenzior | 1 | -1/+7 | |