summaryrefslogtreecommitdiffstats
path: root/binding/telephony-binding.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-18Adding two new events: signal, battery.koi_10.93.0koi/10.93.010.93.0saman1-0/+85
1) The signal event will be raised when the Strength of the network registration changes. 2) The battery event will be raised when the BatteryChargeLevel of the handsfree changes. Signed-off-by: saman <mahmoudi.saman1@gmail.com> Change-Id: I80061ece8a927a8cec1a4e379ff11c817377482c
2020-12-19Getting network registration of connected phone device.koi_10.92.0koi/10.92.010.92.0saman1-0/+22
Is used ofono service and NetworkRegistration interface. Add NeworkRegistration interface to provide access to the connected phone's network registration properties (registration mode, status, technology, strength) Bug-AGL: SPEC-3721 Signed-off-by: saman <mahmoudi.saman1@gmail.com> Change-Id: I9c4be0366f97b39056af3b5bc9e861097a48ed44
2020-12-17Adding new verb as send_toneskoi_10.91.0koi/10.91.010.91.0saman1-0/+21
When talking is in progress and someone is talking with the operator, for connecting to special part, the operator says that press 1 or somthings like that. for supporting this property in device side and send that command through the bluetooth, we should use SendTones method on VoiceCallManager interface. Bug-AGL: SPEC-3026 Signed-off-by: saman <mahmoudi.saman1@gmail.com> Change-Id: I875816c1eaca6621d4be9ab5297321ff52571ec5
2020-11-19Getting battery level of connected phone devicesaman1-0/+22
Adding "get_battery_level" verb for getting battery level of connected phone device. Is used ofono service and handsfree interface. Bug-AGL: SPEC-3687 Signed-off-by: saman <mahmoudi.saman1@gmail.com> Change-Id: I9713cb186195a170909e6511991cfc32380e12a1
2020-10-12Adding last call verb for calling last phone numbersaman1-0/+19
Initiates a new outgoing call for last phone number that was saved into phone Change-Id: Iafd9259680f9bd83845220dc912d09cd4ecf53d6 Signed-off-by: saman <mahmoudi.saman1@gmail.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 Ranostay1-111/+61
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>
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-10-15binding: telephony: upgrade to afm framework version 3Matt Ranostay1-61/+44
Bug-AGL: SPEC-1757 Change-Id: Ie27070063d1c66329cddab8eb28ecdf2cd1f203e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-09-27binding: telephony: add initial bindingMatt Ranostay1-0/+370
Split out binding from phone application Bug-AGL: SPEC-1757 Change-Id: Ie66364e20528ec1b7c67deb20247a843b289b68c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>