summaryrefslogtreecommitdiffstats
path: root/include/cdma-connman.h
diff options
context:
space:
mode:
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>2011-12-08 12:00:27 +0100
committerDenis Kenzior <denkenz@gmail.com>2011-12-08 06:17:01 -0600
commit95ac7735cbc6cf9e39fe0250d153cfd0ca4cbf2d (patch)
tree8fa4fdcd6db94f73ac94f3be6c4d49f64c9d97a3 /include/cdma-connman.h
parent5857c8b5788824b89d88a78db73cb754d221f968 (diff)
downloadofono-95ac7735cbc6cf9e39fe0250d153cfd0ca4cbf2d.tar.bz2
cdma-connman: Add dormant state notification API
Diffstat (limited to 'include/cdma-connman.h')
-rw-r--r--include/cdma-connman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cdma-connman.h b/include/cdma-connman.h
index 7a115bfb..3e6493ee 100644
--- a/include/cdma-connman.h
+++ b/include/cdma-connman.h
@@ -66,6 +66,9 @@ void ofono_cdma_connman_driver_unregister(
void ofono_cdma_connman_deactivated(struct ofono_cdma_connman *cm);
+void ofono_cdma_connman_dormant_notify(struct ofono_cdma_connman *cm,
+ ofono_bool_t dormant);
+
struct ofono_cdma_connman *ofono_cdma_connman_create(
struct ofono_modem *modem,
unsigned int vendor,