Hi Antara,
On 10/01/2018 05:34 AM, Antara Borwankar wrote:
From: Antara <[email protected]>
Adding coexagent which implements coex agent interface to
provide bt and wifi data
---
src/coexagent.c | 384 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/coexagent.h | 77 ++++++++++++
So this doesn't belong in the core since it is a vendor-specific API.
Is the plan to use this only on AT command based modems or also on RIL?
If only on AT command ones, then I would put this in drivers/ifxmodem or
drivers/xmm7modem.
Or perhaps we can come up with a new subdirectory for vendor-specific
helper code. Like plugins/intel or common/intel. Other ideas?
2 files changed, 461 insertions(+)
create mode 100644 src/coexagent.c
create mode 100644 src/coexagent.h
diff --git a/src/coexagent.c b/src/coexagent.c
new file mode 100644
index 0000000..7bdbef5
--- /dev/null
+++ b/src/coexagent.c
@@ -0,0 +1,384 @@
+/*
+ *
+ * oFono - Open Source Telephony
+ *
+ * Copyright (C) 2008-2011 Intel Corporation. All rights reserved.
Make sure to update Copyright dates properly.
Regards,
-Denis
_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono