From 2534fbd05a963cd180f04b3c79388e8df1261892 Mon Sep 17 00:00:00 2001 From: Waldemar Rymarkiewicz Date: Thu, 24 Feb 2011 13:13:23 +0100 Subject: Add Sim Access Profile API New API for Sim Access Profile. --- doc/sap-api.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/sap-api.txt (limited to 'doc') diff --git a/doc/sap-api.txt b/doc/sap-api.txt new file mode 100644 index 00000000..b8b7253e --- /dev/null +++ b/doc/sap-api.txt @@ -0,0 +1,34 @@ +BlueZ D-Bus Sim Access Profile API description +*********************************** + +Copyright (C) 2010 ST-Ericsson SA + + +Sim Access Profile hierarchy +============================ + +Service org.bluez +Interface org.bluez.SimAccess +Object path [variable prefix]/{hci0,hci1,...} + +Methods void Disconnect() + + Disconnects SAP client from the server. + + Possible errors: org.bluez.Error.Failed + + dict GetProperties() + + Return all properties for the interface. See the + properties section for available properties. + + Possible Errors: org.bluez.Error.Failed + +Signals PropertyChanged(string name, variant value) + + This signal indicates a changed value of the given + property. + +Properties boolean Connected [readonly] + + Indicates if SAP client is connected to the server. -- cgit v1.2.3