summaryrefslogtreecommitdiff
path: root/plugins/bluez5.c
Commit message (Collapse)AuthorAgeFilesLines
* bluez5: fix crash on DBus transport disconnectionKuba Pawlak2016-11-101-2/+4
| | | | | Do not register dbus notification if message failed to be sent out because transport was already disconnected
* bluez5: Unify bt_register_profile_* into a single functionVinicius Costa Gomes2013-04-251-10/+7
| | | | | | | | 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.
* bluez5: Remove Bluetooth related utilitiesClaudio Takahasi2013-03-041-17/+0
|
* bluez5: Add bt_register_profile_with_rolePaulo Borges2013-03-041-2/+13
| | | | | This function allows to specify which role is registering when the profile does not have specific UUIDs for each role.
* bluez5: Move ref / unref handsfree audioPaulo Borges2013-03-011-14/+1
| | | | | This commit moves the ref / unref to hfp_hf_bluez5 to make bluez5 more generic and reusable.
* bluez5: ref / unref handsfree audioDenis Kenzior2013-02-211-1/+14
|
* bluez5: Add profile version argumentClaudio Takahasi2013-02-201-1/+3
| | | | | | 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/+92
| | | | | 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 bt_bacmp()Claudio Takahasi2013-01-291-0/+5
| | | | Adds a copy of BlueZ bacmp() function.
* bluez5: Add bt_ba2str()Claudio Takahasi2013-01-291-0/+7
| | | | Adds a copy of BlueZ ba2str() function.
* bluez5: Add bt_bacpy()Claudio Takahasi2013-01-291-0/+6
| | | | Adds a copy of BlueZ bacpy() function.
* bluez5: Add SCO socket declarationsClaudio Takahasi2013-01-291-0/+3
| | | | | Adds local copy of SCO Bluetooth sockets declarations, since the objective to avoid including BlueZ library headers.
* bluez5: Fix copy paste errorDenis Kenzior2013-01-231-1/+1
|
* bluetooth: Add profile register / unregisterClaudio Takahasi2013-01-161-0/+112
| | | | | Adds utility API to handle BlueZ 5 RegisterProfile and UnregisterProfile methods.
* bluetooth: Initial files for BlueZ 5Claudio Takahasi2013-01-161-0/+33
This patch adds the file for Bluetooth(BlueZ 5) oFono plugin.