mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 09:14:32 +08:00
54 lines
980 B
Plaintext
54 lines
980 B
Plaintext
BlueZ D-Bus Device API description
|
|
**********************************
|
|
|
|
Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
|
|
Copyright (C) 2005-2006 Johan Hedberg <johan.hedberg@nokia.com>
|
|
Copyright (C) 2005-2006 Claudio Takahasi <claudio.takahasi@indt.org.br>
|
|
Copyright (C) 2006-2007 Luiz von Dentz <luiz.dentz@indt.org.br>
|
|
|
|
|
|
Device hierarchy
|
|
================
|
|
|
|
Service org.bluez
|
|
Interface org.bluez.Device
|
|
Object path /org/bluez/{hci0,hci1,...}/{dev_XX_XX_XX_XX_XX_XX...}
|
|
|
|
Methods dict GetProperties()
|
|
|
|
TBD
|
|
|
|
void SetProperty(string name, variant value)
|
|
|
|
TBD
|
|
|
|
void Disconnect()
|
|
|
|
TBD
|
|
|
|
Signals PropertyChanged(string name, variant value)
|
|
|
|
TBD
|
|
|
|
DisconnectRequested()
|
|
|
|
TBD
|
|
|
|
Properties object Adapter [readonly]
|
|
|
|
string Address [readonly]
|
|
|
|
string Name [readonly]
|
|
|
|
string Class [readonly]
|
|
|
|
array{string} UUIDS [readwrite]
|
|
|
|
boolean Paired [readonly]
|
|
|
|
boolean Connected [readonly]
|
|
|
|
boolean Trusted [readwrite]
|
|
|
|
string Alias [readwrite]
|