summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-13include: Be more const-correct in ofono_dbus_*Slava Monich1-9/+11
2013-12-21git: Fixup messed up permissionsDenis Kenzior2-0/+0
2013-12-18siri: Add atom implementationKrzysztof Wilk2-0/+334
2013-09-12handsfree-audio: Don't listen() if no defer_setupVinicius Costa Gomes1-0/+3
2013-09-12handsfree-audio: Don't register if no defer_setupVinicius Costa Gomes1-0/+3
2013-09-12handsfree-audio: Set socket parametersVinicius Costa Gomes1-0/+5
2013-09-12handsfree-audio: Detect transparent SCO in kernelVinicius Costa Gomes1-4/+14
2013-09-12handsfree-audio: Tweak logic a bitDenis Kenzior1-4/+4
2013-09-12handsfree-audio: Add setting SCO air modeVinicius Costa Gomes1-0/+32
2013-09-12voicecall: Implement ofono_voicecall_mpty_hintDenis Kenzior1-0/+40
2013-09-03smsutil: Make sure to return 1/0Denis Kenzior1-1/+1
2013-08-19bluetooth: Add define for SCO voice settingsVinicius Costa Gomes1-0/+9
2013-08-07handsfree-audio: Make sure to reset has_widebandDenis Kenzior1-0/+4
2013-05-22common: Fix parsing SS control stringLucas De Marchi1-1/+1
2013-05-22stk: Fix sizeof on memcpyLucas De Marchi1-1/+1
2013-05-03handsfree-audio: Fix replying to an empty D-Bus messageVinicius Costa Gomes1-2/+7
2013-04-25handsfree-audio: Implement ofono_handsfree_audio_has_defer_setup()Vinicius Costa Gomes1-0/+5
2013-04-25hfp: Add defines for HFP SDP feature bitsVinicius Costa Gomes1-0/+18
2013-04-23core: Add SetProperty for EchoCancelingNoiseReductionClaudio Takahasi1-9/+45
2013-04-23core: Set EchoCancelingNoiseReduction to TRUE by defaultClaudio Takahasi1-0/+1
2013-04-23core: Add EchoCancelingNoiseReduction to GetPropertiesClaudio Takahasi1-0/+5
2013-04-23core: Add "echo-canceling-and-noise-reduction"Claudio Takahasi1-0/+3
2013-04-18hfp: Move HFP versions definitions to hfp.hPaulo Borges1-0/+6
2013-04-16handsfree-audio: Add debug loggingJoão Paulo Rechi Vita1-1/+9
2013-04-15emulator: Change feature check to attend HFP 1.6Paulo Borges1-1/+1
2013-04-15handsfree-audio: Toggle wideband support when the agent registersVinicius Costa Gomes1-2/+9
2013-04-15handsfree-audio: Keep track whether defer_setup is enabledVinicius Costa Gomes1-2/+5
2013-04-15handsfree-audio: Send the selected codecClaudio Takahasi1-4/+3
2013-04-15handsfree-audio: Implement ofono_handsfree_card_set_codec()Vinicius Costa Gomes1-0/+20
2013-04-09handsfree-audio: Move codec enums to hfp.hDenis Kenzior2-6/+7
2013-04-09core: Include hfp.hDenis Kenzior2-0/+2
2013-04-09core: Add hfp.hDenis Kenzior1-0/+46
2013-04-09handsfree-audio: Remove unused 'codecs' field from agentVinicius Costa Gomes1-5/+0
2013-04-09handsfree-audio: Implement ofono_handsfree_audio_has_widebandVinicius Costa Gomes1-0/+6
2013-04-01modem: Support modem property "AlwaysOnline"Forest Bond1-6/+14
2013-03-28modem: Allow setting boolean propertiesForest Bond1-1/+2
2013-03-28handsfree-audio: Add .Connect using the card driverVinicius Costa Gomes1-0/+25
2013-03-28handsfree-audio: Add ofono_handsfree_card_connect_scoVinicius Costa Gomes1-43/+44
2013-03-26handsfree-audio: Reject .Connect() from other sendersVinicius Costa Gomes1-0/+6
2013-03-26handsfree-audio: Add support for sending the SCO socketVinicius Costa Gomes1-0/+2
2013-03-26handsfree-audio: Add support for initiating SCO connectionsVinicius Costa Gomes1-1/+92
2013-03-19ofono.conf: Punch hole for HandsfreeAudioAgentVinicius Costa Gomes1-0/+1
2013-03-18handsfree_audio: Call driver remove() on removalDenis Kenzior1-0/+3
2013-03-18core: Add bt_str2ba() to bluetooth.hClaudio Takahasi2-0/+9
2013-03-18handsfree-audio: Match new card APIDenis Kenzior1-5/+46
2013-03-18handsfree-audio: Implement get/set dataDenis Kenzior1-0/+12
2013-03-18handsfree-audio: Add card driver registrationDenis Kenzior1-0/+22
2013-03-04handsfree-audio: Reject SCO if agent is unavailableClaudio Takahasi1-0/+6
2013-03-04handsfree-audio: Reject SCO if Card is not readyClaudio Takahasi1-1/+1
2013-03-04handsfree-audio: Check local SCO addressClaudio Takahasi1-13/+31