aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-05-24Add forgotten verifications of allocation resultsJonathan Aillet2-1/+4
2019-05-24Normalize coding style among repositoryJonathan Aillet2-158/+159
2019-05-24Reorganize repository directoriesJonathan Aillet1-1/+1
2019-05-24Clarify internals hal functions and files namesJonathan Aillet1-4/+5
2019-02-18bluealsa plugin: do not do anything when the HAL is not readyThierry Bultel1-7/+21
2019-02-13bluealsa plugin: get the sampling rate from the transportThierry Bultel2-9/+32
2019-02-07hal-bluealsa: fixes the abort due to sync call in io eventhalibut_7.90.0halibut/7.90.07.90.0Thierry Bultel1-17/+4
2019-01-29bluealsa plugin: monitor the state of service via dbusThierry Bultel4-29/+219
2019-01-28Migrate to newer application framework callsJonathan Aillet1-2/+2
2019-01-28Migrate app-controller from submodule to libraryJonathan Aillet1-2/+0
2019-01-28Migrate afb-helpers from submodule to libraryJonathan Aillet1-1/+0
2019-01-28Move from controller functions to afb functionsJonathan Aillet3-37/+37
2019-01-28Turn '4a-hal-utilities' into an internal libraryJonathan Aillet1-0/+1
2018-12-20Adds support for bluetooth audio through bluez-alsaguppy_6.99.4guppy_6.99.3guppy/6.99.4guppy/6.99.36.99.46.99.3Thierry Bultel13-1194/+971
2018-11-02hal-bt : Each plugin has its own data structureJonathan Aillet1-68/+94
2018-11-02Use new ctl functions to set/get ctl external dataJonathan Aillet1-1/+1
2018-11-02Update version of app-controller submodule.Jonathan Aillet1-2/+2
2018-11-02Use ctl defines to call afb functionsJonathan Aillet2-43/+48
2018-10-08bluetooth: set audio rate to 44100Thierry Bultel1-2/+2
2018-10-08hl-bt: Check that hal is available in initJonathan Aillet1-9/+16
2018-10-08hal-bt: Use plugin name definition in printsJonathan Aillet1-3/+3
2018-10-08hal-bt: Enrich 'halmixer' section in plugin initJonathan Aillet2-7/+105
2018-10-08hal-bt: Use plugin name in onload/init printsJonathan Aillet1-5/+5
2018-10-08hal-bt: Check presence of a bluetooth receiverJonathan Aillet2-5/+27
2018-10-08hal-bt: Move bluetooth api require into initJonathan Aillet1-27/+15
2018-10-08Remove unnecessary 'function' string in printsJonathan Aillet1-6/+6
2018-10-08Add ctl actions needed by Hal-Bt in plugin initJonathan Aillet1-4/+65
2018-10-08Handle error send by Bluetooth-ManagerJonathan Aillet1-9/+18
2018-10-08Get bluetooth device interface from path in HalBtJonathan Aillet1-6/+9
2018-10-08Correct a typo in debug print of Hal-Bt pluginJonathan Aillet1-1/+1
2018-10-08Prevent segfault when receiving request in Hal-BtJonathan Aillet1-2/+2
2018-10-08hal-bt-data: ignore devices with no UUIDsThierry Bultel1-4/+10
2018-10-08Free afb call sync json returned object in Hal-BtJonathan Aillet2-1/+9
2018-10-08Improve Hal-Bt print messagesJonathan Aillet5-15/+50
2018-10-08Improve Hal-Bt plugin A2DP bt devices detectionJonathan Aillet1-4/+6
2018-10-08HalBt plugin keeps list of connected A2DP devicesJonathan Aillet5-66/+67
2018-10-08Use correct file to include controllerJonathan Aillet5-5/+5
2018-10-08Improve Hal-Bt plugin event catcher behaviourJonathan Aillet1-6/+9
2018-10-08Prevent Hal-Bt plugin from crashing 4AJonathan Aillet2-5/+19
2018-10-08Correct an error in Hal-Bt when calling 'mixer'Jonathan Aillet1-1/+1
2018-10-08hal-bt! display error messages of sync callsThierry Bultel1-5/+7
2018-10-08Implement link with softmixer in hal-bt pluginJonathan Aillet5-18/+168
2018-10-08Get hal data in hal-bt pluginJonathan Aillet3-0/+17
2018-10-08Test afb require result at hal-bt plugin loadJonathan Aillet1-1/+4
2018-10-08Add handling of hci and profile in hal-bt pluginJonathan Aillet3-11/+50
2018-10-08Fix little mistakes/typo in hal bluetooth pluginJonathan Aillet2-14/+12
2018-10-08Add bluetooth hal pluginJonathan Aillet8-24/+763
2018-10-08Add compilation configurationJonathan Aillet3-0/+93