summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-01-18 13:10:48 -0600
committerDenis Kenzior <denkenz@gmail.com>2012-01-18 13:10:48 -0600
commitd2ba5c9f901db38dae38ff23645eb33442811e1b (patch)
treea50c175ad4f803e224876e9eaeb6bfe238d90f51
parentae5829e9847228a6bf7a41aed8604ef57c2a59c5 (diff)
downloadofono-d2ba5c9f901db38dae38ff23645eb33442811e1b.tar.bz2
TODO: Mark SAP task as done
-rw-r--r--TODO8
-rw-r--r--doc/features.txt8
2 files changed, 8 insertions, 8 deletions
diff --git a/TODO b/TODO
index 484f8292..7da74006 100644
--- a/TODO
+++ b/TODO
@@ -305,14 +305,6 @@ Sim Toolkit
Miscellaneous
=============
-- Bluetooth SAP Client support. The Telit UC864-G devices support Bluetooth
- SAP client mode. This requires the use of a modem side-channel to read the
- APDU & CPDU data and send it to the remote phone device over Bluetooth RFCOMM
- channel.
-
- Complexity: C4
- Priority: Low
-
- PolicyKit support. Add support for PolicyKit checking of all oFono D-Bus
interfaces.
diff --git a/doc/features.txt b/doc/features.txt
index 72f40be1..cb6df9c4 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -707,3 +707,11 @@ CDMA Network Acquisition
- Support reporting of the received signal strength indicator (RSSI)
measurement for the currently acquired 1xEV-DO data network.
+
+Bluetooth Sim Access Profile
+============================
+
+- oFono supports certain modems that can utilize remote sim cards
+ (e.g. via SAP). This is done transparently to the user and all of oFono's
+ APIs are supported on such devices (assuming the device itself supports
+ the required features). Today the Telit UC864-G is supported in this mode.