Hi Fred,

+struct ofono_handsfree_card_driver {
+ int (*probe) (struct ofono_handsfree_card *card, void *data);
+ void (*remove) (struct ofono_handsfree_card *card);
+ int (*audio_connect) (const char *remote, const char *local);
+};

If I understand correctly this will be used by both hfp_hf_bluez5 and
hfp_ag_bluez5.
As connection process are not the same for HF and AG roles in HFP 1.6
handsfree-audio will need a way to discriminate drivers related to each
of them.
You may add something like profile UUID to this struct.


Why do we need the UUID if we have a driver method?

Regards,
-Denis
_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to