summaryrefslogtreecommitdiffstats
path: root/plugins/bluetooth.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16bluetooth: Rename bluetooth pluginsClaudio Takahasi1-84/+0
As BlueZ 5 introduced backwards incompatible API changes, and we want to keep support for BlueZ 4 based plugins for some time, we need to separate the plugins that are based on BlueZ 4 from the ones based on BlueZ 5. The bluetooth.c plugin has now been renamed to bluez4.c and the hfp_hf.c plugin is renamed to hfp_hf_bluez4. This will make it easy to add a HFP HF plugin for BlueZ 5.
2012-05-22bluetooth: Add Serial interface definitionDaniel Wagner1-0/+1
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-09-29telit: add post_online to SAP ClientGustavo F. Padovan1-0/+1
2011-09-29telit: add set_online to SAP ClientGustavo F. Padovan1-0/+2
2011-09-29telit: add post_sim to SAP ClientGustavo F. Padovan1-0/+1
2011-09-29telit: add pre_sim support to SAP ClientGustavo F. Padovan1-0/+1
2011-09-29telit: add suport the disable SAP clientGustavo F. Padovan1-0/+1
2011-09-29telit: add support the enable the SAP client modemGustavo F. Padovan1-1/+2
2011-09-27sap: retrigger bluetooth GetProperties callGustavo F. Padovan1-0/+1
When plugging a SAP capable modem, GetProperties need to be called again to fetch the SAP Server devices from BlueZ.
2011-09-26telit: add support to enable SAP clientGustavo F. Padovan1-0/+1
2011-09-25sap: Add basic sap pluginGustavo F. Padovan1-0/+12
2011-09-13bluetooth: track DBus call pendingGustavo F. Padovan1-1/+1
2011-08-03bluetooth: Add UUID for DUN.Mario Tokarz1-0/+1
2011-07-05bluetooth: Remove data in all situationsLuiz Augusto von Dentz1-2/+2
If an adapter or device is removed any data associate should be removed, otherwise the next time they appear/are created the drivers may not asssociate again.
2011-06-30bluetooth: make uuid profile detection more genericLuiz Augusto von Dentz1-3/+1
2011-06-30bluetooth: use lower case for UUIDsLuiz Augusto von Dentz1-1/+1
BlueZ also uses lower case
2011-02-08bluetooth: Add bluetooth server supportFrédéric Danis1-0/+9
2011-01-12plugins: M15 coding style fixJeevaka Badrappan1-1/+1
2010-10-01plugins: Mode fixups for copyrigh headersMarcel Holtmann1-0/+1
2010-08-05bluetooth: define DBUS_TIMEOUT macroGustavo F. Padovan1-0/+2
2010-06-17bluetooth: Rename & expose parse_propertiesDenis Kenzior1-1/+1
2010-06-17bluetooth: Rename send_method_call_with_replyDenis Kenzior1-0/+6
2010-06-17Move create_path() to bluetooth pluginGustavo F. Padovan1-0/+3
2010-06-17Add bluetooth plugin skeleton.Gustavo F. Padovan1-0/+42
The bluetooth plugin has bluetooth_resgister_uuid() and bluetooth_unresgister_uuid() where bluetooth profiles plugins such as HFP and DUN can register themselves to get know about BlueZ stuff ( new devices, bluetoothd shutdown, etc..)