summaryrefslogtreecommitdiff
path: root/plugins/bluez5.h
Commit message (Collapse)AuthorAgeFilesLines
* bluez5: Unify bt_register_profile_* into a single functionVinicius Costa Gomes2013-04-251-5/+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.
* dun_gw: Add BlueZ 5 versionFrédéric Danis2013-03-211-0/+1
| | | | | | | | 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.
* bluez5: Remove Bluetooth related utilitiesClaudio Takahasi2013-03-041-41/+0
|
* bluez5: Add bt_register_profile_with_rolePaulo Borges2013-03-041-0/+4
| | | | | This function allows to specify which role is registering when the profile does not have specific UUIDs for each role.
* bluez5: Add profile version argumentClaudio Takahasi2013-02-201-1/+2
| | | | | | This patch adds sending of the Version argument to RegisterProfile method. The version is required to create the service record containing the correct profile version.
* bluez5: Add support for Connecting/Disconnecting per UUIDVinicius Costa Gomes2013-02-141-0/+10
| | | | | This adds supports for sending the ConnectProfile() and DisconnectProfile() messages for the org.bluez.Device1 interface.
* bluez5: Rename BlueZ Profile registration functionsClaudio Takahasi2013-02-141-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.
* bluez5: Add RFCOMM socket address declarationClaudio Takahasi2013-01-291-0/+7
| | | | This patch adds a copy of Bluetooth RFCOMM socket declaration.
* bluez5: Add bt_bacmp()Claudio Takahasi2013-01-291-0/+2
| | | | Adds a copy of BlueZ bacmp() function.
* bluez5: Add bt_ba2str()Claudio Takahasi2013-01-291-0/+2
| | | | Adds a copy of BlueZ ba2str() function.
* bluez5: Add bt_bacpy()Claudio Takahasi2013-01-291-0/+2
| | | | Adds a copy of BlueZ bacpy() function.
* bluez5: Add SCO socket declarationsClaudio Takahasi2013-01-291-0/+28
| | | | | Adds local copy of SCO Bluetooth sockets declarations, since the objective to avoid including BlueZ library headers.
* bluez5: Add HFP_AG_UUIDVinicius Costa Gomes2013-01-231-0/+1
|
* bluez5: Add additional definesVinicius Costa Gomes2013-01-231-1/+3
|
* bluez5: Add a couple of definesClaudio Takahasi2013-01-161-0/+2
|
* bluetooth: Add profile register / unregisterClaudio Takahasi2013-01-161-0/+29
Adds utility API to handle BlueZ 5 RegisterProfile and UnregisterProfile methods.