From 95ac7735cbc6cf9e39fe0250d153cfd0ca4cbf2d Mon Sep 17 00:00:00 2001 From: Guillaume Zajac Date: Thu, 8 Dec 2011 12:00:27 +0100 Subject: [PATCH] cdma-connman: Add dormant state notification API --- include/cdma-connman.h | 3 +++ 1 file changed, 3 insertions(+) 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,