summaryrefslogtreecommitdiffstats
path: root/plugins/hfp.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-24Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann1-2/+4
2010-08-23hfp: fix typoJoão Paulo Rechi Vita1-3/+3
2010-08-05bluetooth: define DBUS_TIMEOUT macroGustavo F. Padovan1-3/+3
2010-06-21hfp: Fix style issuesDenis Kenzior1-1/+2
2010-06-21hfp: use bluetooth helpers and remove similar codeGustavo F. Padovan1-343/+36
2010-06-17hfp: Use bluetooth_parse_propertiesDenis Kenzior1-91/+11
2010-06-17hfp: Use the bluetooth_send_with_replyDenis Kenzior1-85/+26
2010-06-17Remove send_method_call from hfp.cGustavo F. Padovan1-40/+33
2010-06-17Move create_path() to bluetooth pluginGustavo F. Padovan1-24/+1
2010-06-17Add bluetooth plugin skeleton.Gustavo F. Padovan1-6/+2
2010-02-15hfp: add watch to trigger HUP of the file descriptorGustavo F. Padovan1-0/+10
2010-02-15hfp: remove modems if bluetoothd exits unexpectedlyGustavo F. Padovan1-2/+25
2010-02-15hfp: remove duplicated ofono_modem_set_poweredGustavo F. Padovan1-2/+0
2010-02-12Fix: Unregistering the agent in disable is wrongDenis Kenzior1-3/+5
2010-02-12Add hfp/ prefix to the path for HFP modemsDenis Kenzior1-1/+2
2010-02-12Add support for alias changesDenis Kenzior1-5/+29
2010-02-12Set modem name from Bluetooth device aliasDenis Kenzior1-3/+6
2010-02-12Fix: Use persistent paths for hfp modemsDenis Kenzior1-19/+54
2010-02-12Fix: Store the modem in the uuid hashDenis Kenzior1-2/+2
2010-02-12Refactor the UUIDs property changed pathDenis Kenzior1-29/+36
2010-02-12Don't leak user_data in send_method_call_with_replyDenis Kenzior1-5/+16
2010-02-12hfp: Don't use Disconnect when agent was releasedGustavo F. Padovan1-7/+11
2010-02-12Keep track of adapter addressesDenis Kenzior1-10/+44
2010-02-12Fix: Add free_func to send_method_call_with_replyDenis Kenzior1-10/+13
2010-02-12Fix: ofono_dbus_get_connection does not ref itDenis Kenzior1-2/+0
2010-02-12Cleanup: No sense in creating the hash if failedDenis Kenzior1-4/+3
2010-02-12Refactor: Device GetProperties handlingDenis Kenzior1-65/+18
2010-02-12Refactor: Use Adapter Devices propertyDenis Kenzior1-20/+58
2010-02-12Fix: Use Manager's Adapters property insteadDenis Kenzior1-20/+32
2010-02-12Add a more sophisticated GetProperties reply parserDenis Kenzior1-0/+84
2010-02-12Style: No need for this to be a functionDenis Kenzior1-10/+7
2010-02-12Fix: Use a 15 second timeout on a disconnectDenis Kenzior1-1/+1
2010-02-12Style: No need for this to be a functionDenis Kenzior1-9/+9
2010-02-12Style: No need for a function hereDenis Kenzior1-8/+3
2010-02-12hfp: set timeout to rfcomm establishment procedureGustavo F. Padovan1-25/+83
2010-02-11hfp: avoid crash when hfp is declared on modem.confGustavo F. Padovan1-0/+4
2010-02-11hfp: fix copyright noticeGustavo F. Padovan1-1/+1
2010-02-08Fix: Don't use ofono_debug directly in pluginsDenis Kenzior1-12/+12
2010-02-05Fix: Simplify overly complex error handlingDenis Kenzior1-32/+4
2010-02-05Style: Rename variables to better indicate arraysDenis Kenzior1-12/+12
2010-02-05Style: No need for void hereDenis Kenzior1-3/+3
2010-02-05hfp: Fix memory leak when listing bluetooth devicesVinicius Costa Gomes1-3/+7
2010-02-05hfp: wait Disconnect reply to power down the modemGustavo F. Padovan1-2/+24
2010-02-05Fix: Don't call UnregisterAgent if already ReleasedGustavo F. Padovan1-1/+7
2010-02-05hfp: create modem for new devices paired on runtimeGustavo F. Padovan1-5/+57
2010-02-05Fix: Use snprintf instead of sprintf in HFPDenis Kenzior1-1/+1
2010-02-04Fix: No need to check for handsfree_path nowDenis Kenzior1-12/+0
2010-02-04Cleanup: Refactor handling of failed connectionsDenis Kenzior1-41/+23
2010-02-04Cleanup: Modem creationDenis Kenzior1-2/+11
2010-02-04Add function to handle SLC handshake failuresDenis Kenzior1-1/+19