Home | History | Annotate | Download | only in server

Lines Matching refs:hfp_slc_handle

58 struct hfp_slc_handle {
82 int (*callback) (struct hfp_slc_handle *handle, const char *cmd);
86 static int hfp_send(struct hfp_slc_handle *handle, const char *buf)
116 static int hfp_send_ind_event_report(struct hfp_slc_handle *handle,
131 static int hfp_send_calling_line_identification(struct hfp_slc_handle *handle,
149 static int answer_call(struct hfp_slc_handle *handle, const char *cmd)
161 static int call_waiting_notify(struct hfp_slc_handle *handle, const char *buf)
169 static int cli_notification(struct hfp_slc_handle *handle, const char *cmd)
179 static int dial_number(struct hfp_slc_handle *handle, const char *cmd)
207 static int dtmf_tone(struct hfp_slc_handle *handle, const char *buf)
216 static int event_reporting(struct hfp_slc_handle *handle, const char *cmd)
269 static int extended_errors(struct hfp_slc_handle *handle, const char *buf)
277 static int key_press(struct hfp_slc_handle *handle, const char *buf)
293 static int last_dialed_number(struct hfp_slc_handle *handle, const char *buf)
313 static int list_current_calls(struct hfp_slc_handle *handle, const char *cmd)
346 static int operator_selection(struct hfp_slc_handle *handle, const char *buf)
367 static int report_indicators(struct hfp_slc_handle *handle, const char *cmd)
404 static int indicator_activation(struct hfp_slc_handle *handle, const char *cmd)
414 static int signal_gain_setting(struct hfp_slc_handle *handle,
438 static int subscriber_number(struct hfp_slc_handle *handle, const char *buf)
447 static int supported_features(struct hfp_slc_handle *handle, const char *cmd)
466 int hfp_event_speaker_gain(struct hfp_slc_handle *handle, int gain)
480 static int terminate_call(struct hfp_slc_handle *handle, const char *cmd)
547 static int handle_at_command(struct hfp_slc_handle *slc_handle,
561 struct hfp_slc_handle *handle = (struct hfp_slc_handle *)arg;
617 struct hfp_slc_handle *hfp_slc_create(int fd,
623 struct hfp_slc_handle *handle;
625 handle = (struct hfp_slc_handle*) calloc(1, sizeof(*handle));
647 void hfp_slc_destroy(struct hfp_slc_handle *slc_handle)
654 int hfp_set_call_status(struct hfp_slc_handle *handle, int call)
672 int hfp_event_incoming_call(struct hfp_slc_handle *handle,
693 int hfp_event_update_call(struct hfp_slc_handle *handle)
699 int hfp_event_update_callsetup(struct hfp_slc_handle *handle)
705 int hfp_event_update_callheld(struct hfp_slc_handle *handle)
711 int hfp_event_set_battery(struct hfp_slc_handle *handle, int level)
717 int hfp_event_set_signal(struct hfp_slc_handle *handle, int level)
723 int hfp_event_set_service(struct hfp_slc_handle *handle, int avail)