1 BlueZ D-Bus Sim Access Profile API description 2 *********************************** 3 4 Copyright (C) 2010 ST-Ericsson SA 5 6 7 Sim Access Profile hierarchy 8 ============================ 9 10 Service org.bluez 11 Interface org.bluez.SimAccess 12 Object path [variable prefix]/{hci0,hci1,...} 13 14 Methods void Disconnect() 15 16 Disconnects SAP client from the server. 17 18 Possible errors: org.bluez.Error.Failed 19 20 dict GetProperties() 21 22 Return all properties for the interface. See the 23 properties section for available properties. 24 25 Possible Errors: org.bluez.Error.Failed 26 27 Signals PropertyChanged(string name, variant value) 28 29 This signal indicates a changed value of the given 30 property. 31 32 Properties boolean Connected [readonly] 33 34 Indicates if SAP client is connected to the server. 35