summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-04handsfree-audio: Add NewConnectionClaudio Takahasi1-1/+27
2013-03-04handsfree-audio: Add SCO handlingClaudio Takahasi1-1/+90
2013-03-04core: Add new Bluetooth headerClaudio Takahasi1-0/+71
2013-03-01handsfree-audio: Check CVSD when registering agentClaudio Takahasi1-2/+9
2013-02-26handsfree-audio: properly increment next_card_idDenis Kenzior1-0/+2
2013-02-26handsfree-audio: Impelement CardRemoved signalDenis Kenzior1-0/+15
2013-02-26handsfree-audio: Implement CardAdded signalDenis Kenzior1-1/+36
2013-02-26handsfree-audio: Implement the GetCards methodDenis Kenzior1-1/+44
2013-02-26handsfree-audio: Implement card GetPropertiesDenis Kenzior1-1/+29
2013-02-26handsfree-audio: Unregister from DBus on removalDenis Kenzior1-1/+13
2013-02-26handsfree-audio: Add skeleton D-Bus registrationDenis Kenzior1-0/+50
2013-02-26handsfree-audio: Don't hardcode '/' pathDenis Kenzior1-3/+5
2013-02-26handsfree-audio: Implement card create / removeDenis Kenzior1-0/+36
2013-02-25audio-settings: Fix unneeded async for GetPropertiesClaudio Takahasi1-1/+1
2013-02-21handsfree-audio: Add ref / unref supportDenis Kenzior1-7/+39
2013-02-20handsfree-audio: Don't go over 80 charactersDenis Kenzior1-2/+2
2013-02-20handsfree-audio: Add Agent trackingClaudio Takahasi1-0/+14
2013-02-20handsfree-audio: Call Agent "Release" when exitingClaudio Takahasi1-1/+14
2013-02-20handsfree-audio: Add Agent "Unregister"Claudio Takahasi1-1/+24
2013-02-20handsfree-audio: Free agent when exitingClaudio Takahasi1-0/+11
2013-02-20handsfree-audio: Add codec array validationVinicius Costa Gomes1-1/+13
2013-02-20handsfree-audio: Add Agent "Register" methodClaudio Takahasi1-1/+38
2013-02-20main: Call handsfree audio manager init and cleanupClaudio Takahasi1-0/+4
2013-02-20handsfree-audio: Add Manager registrationClaudio Takahasi2-0/+84