mirror of
https://gitlab.com/ubports/development/core/hybris-support/ofono-binder-plugin-ext-qti
synced 2025-11-03 20:45:53 +08:00
call: Set call details to FALSE
This commit is contained in:
@@ -1015,7 +1015,7 @@ qti_radio_ext_dial_args(
|
||||
dial_request_writer->call_details.cause_code = 0; // none
|
||||
dial_request_writer->call_details.rtt_mode = 0;
|
||||
|
||||
dial_request_writer->has_call_details = TRUE;
|
||||
dial_request_writer->has_call_details = FALSE;
|
||||
dial_request_writer->has_is_conference_uri = FALSE;
|
||||
dial_request_writer->is_conference_uri = FALSE;
|
||||
dial_request_writer->has_is_call_pull = FALSE;
|
||||
@@ -1029,7 +1029,7 @@ qti_radio_ext_dial_args(
|
||||
gbinder_writer_append_struct(args, dial_request_writer,
|
||||
&qti_radio_dial_request_t, NULL);
|
||||
|
||||
DBG("Dialing in args New %s", number);
|
||||
DBG("Dialing (ext) %s", number);
|
||||
}
|
||||
|
||||
guint
|
||||
|
||||
Reference in New Issue
Block a user