summaryrefslogtreecommitdiff
path: root/plugins/dun_gw_bluez5.c
Commit message (Collapse)AuthorAgeFilesLines
* bluez5: Unify bt_register_profile_* into a single functionVinicius Costa Gomes2013-04-251-1/+1
| | | | | | | | It was a cause of confusion for little gain to have separate functions for registering profiles with extra information, for example "role" and "features". We remove those helper functions in favor of a single one with more parameters, "role" and "feature" when NULL, will be ignored.
* dun_gw_bluez5: Fix sanity checkDenis Kenzior2013-03-211-2/+2
| | | | | We should be checking that modems != NULL, not modems->data. This is because the list can be empty and we would crash.
* dun_gw_bluez5: Fix copy-paste errorDenis Kenzior2013-03-211-1/+1
|
* dun_gw: Add BlueZ 5 versionFrédéric Danis2013-03-211-0/+235
This patch adds initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections. The DUN GW profile interface is registered as soon as a GPRS capable modem is registered in oFono.