mirror of
https://github.com/sailfishos/ofono
synced 2025-11-23 19:09:44 +08:00
handsfree: Add new driver method for HF indicators
This commit is contained in:
@@ -56,6 +56,9 @@ struct ofono_handsfree_driver {
|
||||
ofono_handsfree_cb_t cb, void *data);
|
||||
void (*disable_nrec)(struct ofono_handsfree *hf,
|
||||
ofono_handsfree_cb_t cb, void *data);
|
||||
void (*hf_indicator)(struct ofono_handsfree *hf,
|
||||
unsigned short indicator, unsigned int value,
|
||||
ofono_handsfree_cb_t cb, void *data);
|
||||
};
|
||||
|
||||
void ofono_handsfree_set_ag_features(struct ofono_handsfree *hf,
|
||||
|
||||
Reference in New Issue
Block a user