Hi Frédéric, On 03/09/2012 09:26 AM, Frédéric Danis wrote: > For AT+CHLD=2, +CIEV unsollicited event for callheld should be sent even > if it does not change > --- > include/emulator.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/emulator.h b/include/emulator.h > index 5cd894b..e6bfcbd 100644 > --- a/include/emulator.h > +++ b/include/emulator.h > @@ -105,6 +105,9 @@ enum ofono_emulator_request_type ofono_emulator_request_get_type( > void ofono_emulator_set_indicator(struct ofono_emulator *em, > const char *name, int value); > > +void ofono_emulator_indicator_set_forced(struct ofono_emulator *em, > + const char *name); > + Please name this ofono_emulator_set_indicator_forced for consistency. > #ifdef __cplusplus > } > #endif Regards, -Denis