mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
21 lines
448 B
Plaintext
21 lines
448 B
Plaintext
BlueZ D-Bus Sim Access API description
|
|
**************************************
|
|
|
|
|
|
Sim Access Profile hierarchy
|
|
============================
|
|
|
|
Service org.bluez
|
|
Interface org.bluez.SimAccess1
|
|
Object path [variable prefix]/{hci0,hci1,...}
|
|
|
|
Methods void Disconnect()
|
|
|
|
Disconnects SAP client from the server.
|
|
|
|
Possible errors: org.bluez.Error.Failed
|
|
|
|
Properties boolean Connected [readonly]
|
|
|
|
Indicates if SAP client is connected to the server.
|