summaryrefslogtreecommitdiffstats
path: root/plugins/hfp_ag_bluez5.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-21hfp_ag_bluez5: Fix sanity checkDenis Kenzior1-2/+2
We should be checking that modems != NULL, not modems->data. This is because the list can be empty and we would crash.
2013-02-20hfp_ag_bluez5: Send HFP version when registeringClaudio Takahasi1-2/+6
2013-02-14bluez5: Rename BlueZ Profile registration functionsClaudio Takahasi1-2/+2
This patch renames external profile registration functions replacing the prefix from 'bluetooth_' to 'bt_' in order to follow the name convention adopted for bluez5 functions.
2013-01-31hfp_ag: Add BlueZ 5 versionFrédéric Danis1-0/+271
This patch adds initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections. The HFP AG profile interface is registered as soon as a voice capable modem is registered in oFono.