summaryrefslogtreecommitdiffstats
path: root/bluetooth.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-08libqtappfw: bluetooth: add missing parameter to powerChanged() signalMatt Ranostay1-1/+1
Pass along the *state* parameter to the powerChanged signal for reporting bluetooth state Change-Id: Idbb283c9c5a46a3ed58f59ffb58983f6e585e3d3 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-05-08libqtappfw: bluetooth: add initial avrcp controlsMatt Ranostay1-0/+4
To allow the Mediaplayer application to control avrcp there needs to be a callable set_avrcp_controls() function Bug-AGL: SPEC-1385 Change-Id: I10d9cbaca5688548b8fb174754c19874e2357fab Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-05-08libqtappfw: bluetooth: add initial agl-service-bluetooth supportMatt Ranostay1-0/+92
Add initial support for libqtappfw of the agl-service-bluetooth binding to allow removal of QML logic from the Settings application Bug-AGL: SPEC-1385 Change-Id: Iea909af113590667d619afcf09c50523c1c34035 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>