Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Bug-AGL: SPEC-1757
Change-Id: Ie27070063d1c66329cddab8eb28ecdf2cd1f203e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Split out binding from phone application
Bug-AGL: SPEC-1757
Change-Id: Ie66364e20528ec1b7c67deb20247a843b289b68c
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|