diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-30 08:05:01 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-30 08:05:01 +0000 | 
| commit | 707dd3b2d943f57f00b129a231538b221b89a87d (patch) | |
| tree | 5cc256b8ce8e18b552bdbb6c3dab139ed2074961 | |
| parent | 77000b708ed9aafcfc232311e812c172b4a791b9 (diff) | |
Add example for device names
| -rw-r--r-- | doc/network-api.txt | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/doc/network-api.txt b/doc/network-api.txt index 7b3688b8..a59c8972 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -14,7 +14,8 @@ Object path	/{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. +			device name. Examples of the device name are bnep0, +			bnep1 etc.  			Possible errors: org.bluez.Error.AlreadyConnected  					 org.bluez.Error.ConnectionAttemptFailed | 
