summaryrefslogtreecommitdiffstats
path: root/plugins/sap.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16bluetooth: Rename bluetooth pluginsClaudio Takahasi1-1/+1
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.
2011-11-22sap: Add modem type sapDaniel Wagner1-0/+1
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-09-29sap: also accept err = 0 in enable()Gustavo F. Padovan1-1/+1
2011-09-29sap: add sap modem disable() supportGustavo F. Padovan1-1/+3
2011-09-29sap: clean up extra blank lineGustavo F. Padovan1-1/+0
2011-09-29sap: add full support to SAP modemGustavo F. Padovan1-0/+29
Add pre_sim, post_sim, set_online and post_online calls
2011-09-29sap: enable SAP modem, when BlueZ repliesGustavo F. Padovan1-4/+18
2011-09-29sap: remove connect callback if enable failsGustavo F. Padovan1-1/+12
2011-09-28sap: clean up sap modem destructionGustavo F. Padovan1-12/+10
2011-09-28sap: remove server_pathGustavo F. Padovan1-24/+15
We use ofono_modem_set_string() instead to store it. This also remove the need to have sap_data allocation on bluetooth_sap_probe().
2011-09-27sap: fix sap modem removeGustavo F. Padovan1-2/+2
prefix NULL means that the modem needs to be removed
2011-09-27sap: retrigger bluetooth GetProperties callGustavo F. Padovan1-0/+2
When plugging a SAP capable modem, GetProperties need to be called again to fetch the SAP Server devices from BlueZ.
2011-09-26sap: add support to connect the RFCOMM linkGustavo F. Padovan1-1/+44
2011-09-26telit: add support to enable SAP clientGustavo F. Padovan1-2/+2
2011-09-26sap: Fix minor whitespace issuesDenis Kenzior1-5/+1
2011-09-25sap: Add basic sap pluginGustavo F. Padovan1-0/+277