Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-16 | bluetooth: Rename bluetooth plugins | Claudio Takahasi | 1 | -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-22 | sap: Add modem type sap | Daniel Wagner | 1 | -0/+1 | |
2011-10-10 | plugins: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-09-29 | sap: also accept err = 0 in enable() | Gustavo F. Padovan | 1 | -1/+1 | |
2011-09-29 | sap: add sap modem disable() support | Gustavo F. Padovan | 1 | -1/+3 | |
2011-09-29 | sap: clean up extra blank line | Gustavo F. Padovan | 1 | -1/+0 | |
2011-09-29 | sap: add full support to SAP modem | Gustavo F. Padovan | 1 | -0/+29 | |
Add pre_sim, post_sim, set_online and post_online calls | |||||
2011-09-29 | sap: enable SAP modem, when BlueZ replies | Gustavo F. Padovan | 1 | -4/+18 | |
2011-09-29 | sap: remove connect callback if enable fails | Gustavo F. Padovan | 1 | -1/+12 | |
2011-09-28 | sap: clean up sap modem destruction | Gustavo F. Padovan | 1 | -12/+10 | |
2011-09-28 | sap: remove server_path | Gustavo F. Padovan | 1 | -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-27 | sap: fix sap modem remove | Gustavo F. Padovan | 1 | -2/+2 | |
prefix NULL means that the modem needs to be removed | |||||
2011-09-27 | sap: retrigger bluetooth GetProperties call | Gustavo F. Padovan | 1 | -0/+2 | |
When plugging a SAP capable modem, GetProperties need to be called again to fetch the SAP Server devices from BlueZ. | |||||
2011-09-26 | sap: add support to connect the RFCOMM link | Gustavo F. Padovan | 1 | -1/+44 | |
2011-09-26 | telit: add support to enable SAP client | Gustavo F. Padovan | 1 | -2/+2 | |
2011-09-26 | sap: Fix minor whitespace issues | Denis Kenzior | 1 | -5/+1 | |
2011-09-25 | sap: Add basic sap plugin | Gustavo F. Padovan | 1 | -0/+277 | |