summaryrefslogtreecommitdiff
path: root/src/handsfree-audio.c
Commit message (Expand)AuthorAgeFilesLines
* handsfree-audio: Add Acquire implementationLuiz Augusto von Dentz2017-05-041-0/+10
* handsfree-audio: Fix crashDenis Kenzior2016-08-231-1/+1
* handsfree-audio: add type for our audio cardsSimon Fels2015-10-051-2/+22
* handsfree-audio: Call sco_connected_hintDenis Kenzior2015-05-131-0/+3
* handsfree-audio: Add additional debugsDenis Kenzior2015-05-131-0/+5
* handsfree-audio: Refactor manager init / cleanupTommi Kenakkala2015-02-021-8/+8
* handsfree-audio: Fix broken coding style in switch statementMarcel Holtmann2014-09-201-4/+4
* handsfree-audio: Don't listen() if no defer_setupVinicius Costa Gomes2013-09-121-0/+3
* handsfree-audio: Don't register if no defer_setupVinicius Costa Gomes2013-09-121-0/+3
* handsfree-audio: Set socket parametersVinicius Costa Gomes2013-09-121-0/+5
* handsfree-audio: Detect transparent SCO in kernelVinicius Costa Gomes2013-09-121-4/+14
* handsfree-audio: Tweak logic a bitDenis Kenzior2013-09-121-4/+4
* handsfree-audio: Add setting SCO air modeVinicius Costa Gomes2013-09-121-0/+32
* handsfree-audio: Make sure to reset has_widebandDenis Kenzior2013-08-071-0/+4
* handsfree-audio: Fix replying to an empty D-Bus messageVinicius Costa Gomes2013-05-031-2/+7
* handsfree-audio: Implement ofono_handsfree_audio_has_defer_setup()Vinicius Costa Gomes2013-04-251-0/+5
* handsfree-audio: Add debug loggingJoão Paulo Rechi Vita2013-04-161-1/+9
* handsfree-audio: Toggle wideband support when the agent registersVinicius Costa Gomes2013-04-151-2/+9
* handsfree-audio: Keep track whether defer_setup is enabledVinicius Costa Gomes2013-04-151-2/+5
* handsfree-audio: Send the selected codecClaudio Takahasi2013-04-151-4/+3
* handsfree-audio: Implement ofono_handsfree_card_set_codec()Vinicius Costa Gomes2013-04-151-0/+20
* handsfree-audio: Move codec enums to hfp.hDenis Kenzior2013-04-091-6/+1
* handsfree-audio: Remove unused 'codecs' field from agentVinicius Costa Gomes2013-04-091-5/+0
* handsfree-audio: Implement ofono_handsfree_audio_has_widebandVinicius Costa Gomes2013-04-091-0/+6
* handsfree-audio: Add .Connect using the card driverVinicius Costa Gomes2013-03-281-0/+25
* handsfree-audio: Add ofono_handsfree_card_connect_scoVinicius Costa Gomes2013-03-281-43/+44
* handsfree-audio: Reject .Connect() from other sendersVinicius Costa Gomes2013-03-261-0/+6
* handsfree-audio: Add support for sending the SCO socketVinicius Costa Gomes2013-03-261-0/+2
* handsfree-audio: Add support for initiating SCO connectionsVinicius Costa Gomes2013-03-261-1/+92
* handsfree_audio: Call driver remove() on removalDenis Kenzior2013-03-181-0/+3
* core: Add bt_str2ba() to bluetooth.hClaudio Takahasi2013-03-181-0/+1
* handsfree-audio: Match new card APIDenis Kenzior2013-03-181-5/+46
* handsfree-audio: Implement get/set dataDenis Kenzior2013-03-181-0/+12
* handsfree-audio: Add card driver registrationDenis Kenzior2013-03-181-0/+22
* handsfree-audio: Reject SCO if agent is unavailableClaudio Takahasi2013-03-041-0/+6
* handsfree-audio: Reject SCO if Card is not readyClaudio Takahasi2013-03-041-1/+1
* handsfree-audio: Check local SCO addressClaudio Takahasi2013-03-041-13/+31
* handsfree-audio: Add NewConnectionClaudio Takahasi2013-03-041-1/+27
* handsfree-audio: Add SCO handlingClaudio Takahasi2013-03-041-1/+90
* handsfree-audio: Check CVSD when registering agentClaudio Takahasi2013-03-011-2/+9
* handsfree-audio: properly increment next_card_idDenis Kenzior2013-02-261-0/+2
* handsfree-audio: Impelement CardRemoved signalDenis Kenzior2013-02-261-0/+15
* handsfree-audio: Implement CardAdded signalDenis Kenzior2013-02-261-1/+36
* handsfree-audio: Implement the GetCards methodDenis Kenzior2013-02-261-1/+44
* handsfree-audio: Implement card GetPropertiesDenis Kenzior2013-02-261-1/+29
* handsfree-audio: Unregister from DBus on removalDenis Kenzior2013-02-261-1/+13
* handsfree-audio: Add skeleton D-Bus registrationDenis Kenzior2013-02-261-0/+50
* handsfree-audio: Don't hardcode '/' pathDenis Kenzior2013-02-261-3/+5
* handsfree-audio: Implement card create / removeDenis Kenzior2013-02-261-0/+36
* handsfree-audio: Add ref / unref supportDenis Kenzior2013-02-211-7/+39