mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-02 16:44:18 +08:00
Add DisconnectRemoteDevice method definition
This commit is contained in:
parent
5a4591560d
commit
fe0f7e9f86
@ -489,6 +489,17 @@ Methods string GetAddress()
|
||||
|
||||
Question: Can we find a better name?
|
||||
|
||||
void DisconnectRemoteDevice(string address)
|
||||
|
||||
This method disconnects a specific remote device by
|
||||
terminating the low-level ACL connection. The use
|
||||
of this method should be restricted to administrator
|
||||
use only.
|
||||
|
||||
Possible errors: org.bluez.Error.Failed
|
||||
org.bluez.Error.UnknownAddress
|
||||
org.bluez.Error.NotConnected
|
||||
|
||||
void CreateBonding(string address)
|
||||
|
||||
This method creates a bonding with a remote device.
|
||||
|
Loading…
Reference in New Issue
Block a user