From: jsh Date: Wed, 30 Sep 2009 00:46:11 +0000 (-0700) Subject: Update description for RIL_REQUEST_SET_LOCATION_UPDATES to include CDMA. X-Git-Tag: android-x86-2.2~16^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=43265610;p=android-x86%2Fhardware-ril.git Update description for RIL_REQUEST_SET_LOCATION_UPDATES to include CDMA. --- diff --git a/include/telephony/ril.h b/include/telephony/ril.h index 8cfd757..b511c77 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -1996,8 +1996,9 @@ typedef struct { * * Indicates the current state of the screen. When the screen is off, the * RIL should notify the baseband to suppress certain notifications (eg, - * signal strength and changes in LAC or CID) in an effort to conserve power. - * These notifications should resume when the screen is on. + * signal strength and changes in LAC/CID or BID/SID/NID/latitude/longitude) + * in an effort to conserve power. These notifications should resume when the + * screen is on. * * "data" is int * * ((int *)data)[0] is == 1 for "Screen On" @@ -2328,7 +2329,8 @@ typedef struct { * RIL_REQUEST_SET_LOCATION_UPDATES * * Enables/disables network state change notifications due to changes in - * LAC and/or CID (basically, +CREG=2 vs. +CREG=1). + * LAC and/or CID (for GSM) or BID/SID/NID/latitude/longitude (for CDMA). + * Basically +CREG=2 vs. +CREG=1 (TS 27.007). * * Note: The RIL implementation should default to "updates enabled" * when the screen is on and "updates disabled" when the screen is off.