From: Denis Kenzior Date: Wed, 18 Jan 2012 19:10:48 +0000 (-0600) Subject: TODO: Mark SAP task as done X-Git-Tag: 1.3~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2ba5c9f901db38dae38ff23645eb33442811e1b;p=platform%2Fupstream%2Fofono.git TODO: Mark SAP task as done --- diff --git a/TODO b/TODO index 484f829..7da7400 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 72f40be..cb6df9c 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.