---
TODO | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/TODO b/TODO
index f03a112..9cc5dc0 100644
--- a/TODO
+++ b/TODO
@@ -111,12 +111,17 @@ Modem Emulator
Complexity: C1
- Support DUN emulator. Implement the Bluetooth DUN profile with only mandatory
- AT command support. Implement USB DUN as well.
+ AT command support.
Complexity: C4
Priority: Medium
Owner: Guillaume Zajac <guillaume.zajac(a)linux.intel.com>
+- Implement USB DUN.
+
+ Complexity: C4
+ Priority: Medium
+
Depends: PPP Server mode
- Support Bluetooth SPP profile.
--
1.7.1
New subject: [PATCH 2/2] TODO: Mark Bluetooth DUN task as done
---
TODO | 7 -------
doc/features.txt | 5 +++++
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/TODO b/TODO
index 9cc5dc0..8249e32 100644
--- a/TODO
+++ b/TODO
@@ -110,13 +110,6 @@ Modem Emulator
Priority: Low
Complexity: C1
-- Support DUN emulator. Implement the Bluetooth DUN profile with only mandatory
- AT command support.
-
- Complexity: C4
- Priority: Medium
- Owner: Guillaume Zajac <guillaume.zajac(a)linux.intel.com>
-
- Implement USB DUN.
Complexity: C4
diff --git a/doc/features.txt b/doc/features.txt
index 1eaad64..4a2ac9a 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -680,3 +680,8 @@ Modem Emulator
enhanced call status, enhanced call control and report of extended error
results code. Audio management is assumed to be performed in another system
component, e.g. PulseAudio.
+
+- Support Bluetooth DUN profile. Only mandatory AT commands are supported, see
+ dialup-command-set.txt.
+
+
--
1.7.1