Home | History | Annotate | Download | only in server

Lines Matching refs:handle

12 typedef int (*hfp_slc_init_cb)(struct hfp_slc_handle *handle);
15 typedef int (*hfp_slc_disconnect_cb)(struct hfp_slc_handle *handle);
18 * to read and handle received AT commands.
21 * is_hsp - if the slc handle is created for headset profile
34 void hfp_slc_destroy(struct hfp_slc_handle *handle);
37 int hfp_set_call_status(struct hfp_slc_handle *handle, int call);
40 int hfp_event_incoming_call(struct hfp_slc_handle *handle,
46 int hfp_event_update_call(struct hfp_slc_handle *handle);
50 int hfp_event_update_callsetup(struct hfp_slc_handle *handle);
54 int hfp_event_update_callheld(struct hfp_slc_handle *handle);
57 int hfp_event_set_battery(struct hfp_slc_handle *handle, int value);
60 int hfp_event_set_signal(struct hfp_slc_handle *handle, int value);
63 int hfp_event_set_service(struct hfp_slc_handle *handle, int value);
66 int hfp_event_speaker_gain(struct hfp_slc_handle *handle, int gain);