Age | Commit message (Expand) | Author | Files | Lines |
2018-11-02 | hal-bt : Each plugin has its own data structure |  Jonathan Aillet | 1 | -68/+94 |
2018-11-02 | Use new ctl functions to set/get ctl external data |  Jonathan Aillet | 1 | -1/+1 |
2018-11-02 | Update version of app-controller submodule. |  Jonathan Aillet | 1 | -2/+2 |
2018-11-02 | Use ctl defines to call afb functions |  Jonathan Aillet | 2 | -43/+48 |
2018-10-08 | bluetooth: set audio rate to 44100 |  Thierry Bultel | 1 | -2/+2 |
2018-10-08 | hl-bt: Check that hal is available in init |  Jonathan Aillet | 1 | -9/+16 |
2018-10-08 | hal-bt: Use plugin name definition in prints |  Jonathan Aillet | 1 | -3/+3 |
2018-10-08 | hal-bt: Enrich 'halmixer' section in plugin init |  Jonathan Aillet | 2 | -7/+105 |
2018-10-08 | hal-bt: Use plugin name in onload/init prints |  Jonathan Aillet | 1 | -5/+5 |
2018-10-08 | hal-bt: Check presence of a bluetooth receiver |  Jonathan Aillet | 2 | -5/+27 |
2018-10-08 | hal-bt: Move bluetooth api require into init |  Jonathan Aillet | 1 | -27/+15 |
2018-10-08 | Remove unnecessary 'function' string in prints |  Jonathan Aillet | 1 | -6/+6 |
2018-10-08 | Add ctl actions needed by Hal-Bt in plugin init |  Jonathan Aillet | 1 | -4/+65 |
2018-10-08 | Handle error send by Bluetooth-Manager |  Jonathan Aillet | 1 | -9/+18 |
2018-10-08 | Get bluetooth device interface from path in HalBt |  Jonathan Aillet | 1 | -6/+9 |
2018-10-08 | Correct a typo in debug print of Hal-Bt plugin |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Prevent segfault when receiving request in Hal-Bt |  Jonathan Aillet | 1 | -2/+2 |
2018-10-08 | hal-bt-data: ignore devices with no UUIDs |  Thierry Bultel | 1 | -4/+10 |
2018-10-08 | Free afb call sync json returned object in Hal-Bt |  Jonathan Aillet | 2 | -1/+9 |
2018-10-08 | Improve Hal-Bt print messages |  Jonathan Aillet | 5 | -15/+50 |
2018-10-08 | Improve Hal-Bt plugin A2DP bt devices detection |  Jonathan Aillet | 1 | -4/+6 |
2018-10-08 | HalBt plugin keeps list of connected A2DP devices |  Jonathan Aillet | 5 | -66/+67 |
2018-10-08 | Use correct file to include controller |  Jonathan Aillet | 5 | -5/+5 |
2018-10-08 | Improve Hal-Bt plugin event catcher behaviour |  Jonathan Aillet | 1 | -6/+9 |
2018-10-08 | Prevent Hal-Bt plugin from crashing 4A |  Jonathan Aillet | 2 | -5/+19 |
2018-10-08 | Correct an error in Hal-Bt when calling 'mixer' |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | hal-bt! display error messages of sync calls |  Thierry Bultel | 1 | -5/+7 |
2018-10-08 | Implement link with softmixer in hal-bt plugin |  Jonathan Aillet | 5 | -18/+168 |
2018-10-08 | Get hal data in hal-bt plugin |  Jonathan Aillet | 3 | -0/+17 |
2018-10-08 | Test afb require result at hal-bt plugin load |  Jonathan Aillet | 1 | -1/+4 |
2018-10-08 | Add handling of hci and profile in hal-bt plugin |  Jonathan Aillet | 3 | -11/+50 |
2018-10-08 | Fix little mistakes/typo in hal bluetooth plugin |  Jonathan Aillet | 2 | -14/+12 |
2018-10-08 | Add bluetooth hal plugin |  Jonathan Aillet | 8 | -24/+763 |
2018-10-08 | Add compilation configuration |  Jonathan Aillet | 3 | -0/+93 |