summaryrefslogtreecommitdiffstats
path: root/binding
AgeCommit message (Collapse)AuthorFilesLines
2019-06-11binding: telephony: add support for detect hw modemsMatt Ranostay1-2/+2
Detect hardware modems for voicecalls on binding startup. This is done by checking for "hardware" type only on startup (i.e. modem with no address since it isn't handsfree). Bug-AGL: SPEC-2481 Change-Id: Id0427814c2a841a9f100bdd0e1972e6e370270c4 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-06-03binding: telephony: remove indents in ofono_manager_set_default_modem()Matt Ranostay1-44/+42
Reduce indents in ofono_manager_set_default_modem() function to make it more concise. Bug-AGL: SPEC-2481 Change-Id: I8aabd42c024792afbd95abd0938d1d487afcb318 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-03-13binding: telephony: add online event for hfp statusMatt Ranostay1-0/+20
To allow clients to detect if a phone/handsfree profile is connected. Note this isn't inclusive of an actual phone call being active. Bug-AGL: SPEC-2257 Change-Id: Ie3d014bf86ab9c02c3f2a8a18aa324648b05f0a6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-01-29binding: telephony: remove bluetooth dependencyMatt Ranostay2-114/+75
By subscribing to org.ofono.Modem PropertyChanged events it can be detected when a handsfree profile device is connected. In turn the bluetooth service access is no longer needed. Bug-AGL: SPEC-2117 Change-Id: Iae92c66962ac88e07d58d75e566ae31e7128c831 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-01-13binding: telephony: remove compiler warningsMatt Ranostay6-114/+120
Remove compiler warnings on gdbus generated code by regenerating with gdbus-codegen 2.56.3 Change-Id: I9e5525031b8ac5662a101d71fc06179eab02695b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-11-12binding: telephony: update bluetooth service calls to v2.0Matt Ranostay1-34/+70
Bug-AGL: SPEC-1630 Change-Id: I7e052af9001ced3f2a182b6df6014bf0b7517346 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-11-11binding: telephony: fix segfaulting when modem is connectedMatt Ranostay1-1/+1
Serial field isn't always passed if the device isn't connected causing a segfault when strcmp() is called. Change-Id: I0be1d9270a66df099786170136913a4b5525d582 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-15binding: telephony: upgrade to afm framework version 3Matt Ranostay5-67/+47
Bug-AGL: SPEC-1757 Change-Id: Ie27070063d1c66329cddab8eb28ecdf2cd1f203e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-15binding: telephony: add missing file to build scriptsMatt Ranostay1-1/+4
CMakeFiles was missing a few source files, and incomplete deps which was causing "undefined symbols" on load Change-Id: I76ee91d880ab7be10772d615a24871fca9586386 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-09-27binding: telephony: add initial bindingMatt Ranostay18-0/+9249
Split out binding from phone application Bug-AGL: SPEC-1757 Change-Id: Ie66364e20528ec1b7c67deb20247a843b289b68c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>