aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-02-02 10:20:59 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-02-02 10:20:59 -0800
commit5581e8d5b4d884214ecd4d18717002aa860bd63a (patch)
tree769d891ad689b38c54cfe711d1938ea8d2efeb48 /doc
parent76dc6dc6194a7c8299dd04c2e1604e2f6fe69ea1 (diff)
downloadbluez-5581e8d5b4d884214ecd4d18717002aa860bd63a.tar.gz
Rename network "Device" to "Interface"
Diffstat (limited to 'doc')
-rw-r--r--doc/network-api.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index 5e3cb347..eca60d4f 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -14,8 +14,8 @@ Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
Methods string Connect(string uuid)
Connect to the network device and return the network
- device name. Examples of the device name are bnep0,
- bnep1 etc.
+ interface name. Examples of the interface name are
+ bnep0, bnep1 etc.
uuid can be either one of "gn", "panu" or "nap" (case
insensitive) or a traditional string representation of
@@ -51,7 +51,7 @@ Properties boolean Connected [readonly]
Indicates if the device is connected.
- string Device [readonly]
+ string Interface [readonly]
Indicates the network interface name when available.