summaryrefslogtreecommitdiffstats
path: root/binding/gdbus
AgeCommit message (Collapse)AuthorFilesLines
2021-05-03Add new verb as get_callsneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey/11.92.013.93.012.93.012.92.012.91.012.90.112.90.011.92.0Saman Mahmoodi2-0/+49
get_calls verb return all active call properties. Bug-AGL: SPEC-3870 Signed-off-by: Saman Mahmoodi <mahmoudi.saman1@gmail.com> Change-Id: I7355b0ade66fdd84e55936cf63a4a2a62771a912
2021-03-13Add call waiting/hold featureslamprey_11.91.0lamprey/11.91.011.91.0saman2-1/+95
I have developed most features that needed for handling waiting call response and hold call response. Also I have changed hangup verb due to have multiple active call. The changes are including getting argument for hangup specific call. For correctly working this feature you should subscribe waitingCall event as in README.md. Signed-off-by: saman <mahmoudi.saman1@gmail.com> Change-Id: I84c601ddd6f27d8d8e7b6d8c338ea04a48240447
2021-02-24Fixing warnings and add last_dial to README.mdSaman Mahmoodi2-13/+15
Bug-AGL: SPEC-3813 Signed-off-by: Saman Mahmoodi <mahmoudi.saman1@gmail.com> Change-Id: Ieb06aa4b7f81d50decbdc3614511516e2cf3785d
2020-12-19Getting network registration of connected phone device.koi_10.92.0koi/10.92.010.92.0saman1-0/+1
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.0saman2-0/+13
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 devicesaman2-0/+81
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 numbersaman5-78/+270
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-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-01-29binding: telephony: remove bluetooth dependencyMatt Ranostay1-3/+14
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-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 Ranostay4-6/+3
Bug-AGL: SPEC-1757 Change-Id: Ie27070063d1c66329cddab8eb28ecdf2cd1f203e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-09-27binding: telephony: add initial bindingMatt Ranostay16-0/+8838
Split out binding from phone application Bug-AGL: SPEC-1757 Change-Id: Ie66364e20528ec1b7c67deb20247a843b289b68c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>