summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2015-12-13include: Add ofono_gprs_context_get_typeDenis Kenzior1-0/+2
2015-12-03gprs: Add ofono_gprs_get_modem()Denis Kenzior1-0/+2
2015-11-05include: Add ofono_radio_settings_get_modem()Denis Kenzior1-0/+3
2015-10-26emulator: add codec negotiation supportSimon Fels1-0/+5
2015-10-13include: Add definitions for phone number typesAlfonso Sanchez-Beato1-0/+6
2015-10-06include: Add ofono_emulator_set_handsfree_cardDenis Kenzior1-0/+4
2015-10-05handsfree-audio: add type for our audio cardsSimon Fels1-2/+8
When registering audio cards for the handsfree and gateway roles we need a way for our users to differentiate between both to decide which of them they start using for their purpose.
2015-05-13include: Add sco_connected_hint to handsfree-audioDenis Kenzior1-0/+1
2014-12-10include: No need for OFONO_FLAG* definesDenis Kenzior1-11/+4
2014-12-10include: Add method to list RATs to radio-settingsAlfonso Sanchez-Beato1-0/+15
2014-10-20include: Add API to (de)activate HF indicatorsDenis Kenzior1-0/+3
2014-10-20include: Add HF Indicators related APIDenis Kenzior1-0/+7
2014-10-20handsfree: Add new driver method for HF indicatorsDenis Kenzior1-0/+3
2014-06-24include: add auth method to the provisioning APIPhilip Paeps1-0/+1
2014-06-21include: add auth method to the gprs context APIPhilip Paeps1-0/+6
2014-04-10include: Add subscriber number to handsfree APIAndrew Earl1-0/+6
2014-03-19include: Declaration function to set CHLD featuresKrzysztof Wilk1-0/+2
2014-01-13include: Be more const-correct in ofono_dbus_*Slava Monich1-6/+6
2013-12-21git: Fixup messed up permissionsDenis Kenzior1-0/+0
2013-12-18include: Add Siri interface definitionKrzysztof Wilk1-0/+63
2013-12-18dbus: Define Siri DBUS InterfaceKrzysztof Wilk1-0/+1
2013-09-12handsfree-audio: Detect transparent SCO in kernelVinicius Costa Gomes1-1/+1
Deferred SCO setup is not enough for HFP 1.6 wideband codec support. Wideband speech also requires Transparent SCO to be enabled in the kernel.
2013-09-12include: Add voicecall multiparty hint methodDenis Kenzior1-0/+7
On protocols that support creation of multiparty calls outside of oFono's control, we need a way to detect multiparty call transitions. This method adds a way for the driver to hint the core which calls should be part of the multiparty call. Right now this is relevant only to HFP. Real modem hardware should not be using this method.
2013-04-25include: Add ofono_handsfree_audio_has_defer_setup()Vinicius Costa Gomes1-0/+2
2013-04-23include: Add disable_nrec to handsfree driverClaudio Takahasi1-0/+2
This patch extends the handsfree driver adding echo canceling and noise reduction callback to allow disabling this feature in the audio gateway.
2013-04-15include: Add ofono_handsfree_card_set_codec()Vinicius Costa Gomes1-0/+2
This will be used by the drivers that a given codec was negotiated for a card. It will return FALSE if the codec can't be used. For example, if the selected codec is mSBC and defer setup is not supported by the kernel.
2013-04-09include: Remove hfp bits from types.hDenis Kenzior1-26/+0
2013-04-09include: Add ofono_handsfree_audio_has_wideband()Vinicius Costa Gomes1-0/+2
As we can assume that the CVSD codec will be always available, the only information that we need to export is if we have support for wideband codecs. Right now only mSBC is defined as wideband.
2013-03-28include: Add ofono_handsfree_card_connect_sco()Vinicius Costa Gomes1-0/+2
This will be used by HFP plugins to tell the core that a SCO connection needs to be established.
2013-03-26include: Fix hf audio connect method declarationDenis Kenzior1-1/+1
2013-03-18include: Refactor ofono_handsfree_card_createDenis Kenzior1-2/+11
2013-03-18include: Add get/set data handsfree audio cardDenis Kenzior1-0/+4
2013-03-18include: Add handsfree card driver registrationDenis Kenzior1-0/+18
2013-02-26include: Add handsfree card register methodDenis Kenzior1-0/+1
2013-02-26include: Add handsfree card create / remove APIDenis Kenzior1-0/+6
2013-02-21include: Add skeleton for handsfree-audioDenis Kenzior1-0/+38
2013-02-14include: Add ofono_modem_findDenis Kenzior1-0/+6
2012-12-17include: Add battery charge level notify APIDenis Kenzior1-0/+3
2012-11-23include: Tweak ofono_sim_read_bytes APIDenis Kenzior1-0/+1
Reading of icons requires us to specify the path
2012-11-22include: Add path and path_len argumentsDenis Kenzior1-0/+7
The CRSM command has an additional parameter called pathlen which can be used to specify the path of the elementary file outside the well-known path range.
2012-11-22include: Add RESETTING stateDenis Kenzior1-0/+1
2012-11-02include: Add TEST modem typeDenis Kenzior1-0/+1
2012-08-16sim: add function to get password typeAugust Mayer1-0/+2
2012-07-15gprs-context: Add new driver entryGuillaume Zajac1-0/+2
2012-06-16sim: Revert adding special callback for EFiccidDenis Kenzior1-5/+0
This reverts commit 1960dbbc79e43f33f23886c2a12e508a0350aad1.
2012-06-16sim: Revert adding special callback for EFmsisdnDenis Kenzior1-6/+0
This reverts commit c3124b66d903a43ce639e3de8e838ef39419fc4f.
2012-06-16sim: Revert adding special callback for EFadDenis Kenzior1-6/+0
This reverts commit 5522df64fac7b57d3d9db2272fc9be97c8815b94.
2012-06-16radio-settings: Conform to coding style item M4Denis Kenzior1-17/+25
2012-06-16modem: Conform to coding style item M9Denis Kenzior1-34/+34
2012-06-16message-waiting: Conform to coding style item M4Denis Kenzior1-1/+2