summaryrefslogtreecommitdiffstats
path: root/dundee/bluez5.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-25bluez5: Unify bt_register_profile_* into a single functionVinicius Costa Gomes1-2/+2
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.
2013-03-24dundee: Handle Profile connect and disconnectPaulo Borges1-10/+105
2013-03-24dundee: Add support for driver connectPaulo Borges1-1/+6
This patch glues together the dundee driver interface with the D-Bus Profile1 interface. When the dundee driver requests a connection, it will call the Device1's ConnectProfile.
2013-03-24dundee: Add BlueZ Profile handlerPaulo Borges1-0/+68
This patch declares the external dundee Profile handler. It contains the initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections.
2013-03-24dundee: Register/unregister dundee devicePaulo Borges1-0/+23
This patch adds the dundee device struct to the our Bluetooth device representation.
2013-03-24dundee: Add dundee device driver skeletonPaulo Borges1-0/+18
This patch adds the functions to be called when the dundee will connect or disconnect with a Bluetooth device.
2013-03-24dundee: Listen to devices property changesPaulo Borges1-0/+15
When a bluetooth device property change and this property is Alias, we need to refresh our representation of this device.
2013-03-24dundee: Add tracking of bluetooth devicesPaulo Borges1-0/+102
This patch tracks the GDBusProxy for Bluetooth devices in order to be able to get their properties.
2013-03-24dundee: Add mechanism to store bluetooth devicesPaulo Borges1-0/+23
This patch adds a hash that will store every known bluetooth device that implements DUN service.
2013-03-24dundee: Initial GDBusClient for BlueZ 5Paulo Borges1-0/+36
This patch adds callbacks to track additions of BlueZ related interfaces.
2013-03-24dundee: Start BlueZ 5 supportPaulo Borges1-0/+37
This patch adds the BlueZ 5 support file for dundee.