diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-02-24 17:26:28 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-02-24 17:26:28 +0000 |
commit | bb537bf4f89ddfed96beeed8314ef944970334a0 (patch) | |
tree | e3e2d25f79ad30901ddfc9d23a510b938df46d0b /hcid/dbus-api.txt | |
parent | cb8a3c136dae3d1141a14b71158c984b8c40f2f5 (diff) |
Update D-Bus API document with missing remote functions
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 43 |
1 files changed, 34 insertions, 9 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 0dc7ec26..516c372e 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -165,6 +165,40 @@ Methods string GetAddress() local hardware this modifies also the extended response data value. + string GetRemoteVersion(string address) + + Get the version info for a remote device. This request + returns always this information based on its cached + data. The base for this string is the LMP version + value and the features for EDR support. + + Example: "Bluetooth 2.0 + EDR" + + string GetRemoteRevision(string address) + + Get the revision of the Bluetooth chip. This is a + vendor specific value and in most cases it represents + the firmware version. This derives only from the LMP + subversion value. + + Example: "HCI 19.2" + + string GetRemoteManufacturer(string address) + + Get the manufacturer of the chip for a remote device. + + Example: "Nokia Mobile Phones" + + string GetRemoteCompany(string address) + + Get the company name from the OUI database of the + Bluetooth device address. This function will need a + valid and up-to-date oui.txt from the IEEE. This value + will be different from the manufacturer string in the + most cases. + + Example: "Microsoft Corporation" + string GetRemoteName(string address) Get device name for a remote device. This request @@ -177,15 +211,6 @@ Methods string GetAddress() Example: "00:11:22:33:44:55", "Nokia 770" - string GetRemoteVersion(string address) - - Get the version info for a remote device. This request - returns always this information based on its cached - data. The base for this string is the LMP version - value and the features for EDR support. - - Example: "Bluetooth 2.0 + EDR" - string GetRemoteAlias(string address) Returns alias name for remote device. If this is |