From da22fe66ce12bc1a3524c4b7decdbe278a5344d8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 6 Sep 2008 05:17:37 +0200 Subject: Mention the variable prefix of an object path --- doc/audio-api.txt | 4 ++-- doc/input-api.txt | 2 +- doc/network-api.txt | 2 +- doc/serial-api.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/audio-api.txt b/doc/audio-api.txt index b9f0a920..59ef8354 100644 --- a/doc/audio-api.txt +++ b/doc/audio-api.txt @@ -11,7 +11,7 @@ Headset hierarchy Service org.bluez Interface org.bluez.Headset -Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX +Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX Methods void Connect() @@ -102,7 +102,7 @@ Sink hierarchy Service org.bluez Interface org.bluez.Sink -Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX +Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX Methods void Connect() diff --git a/doc/input-api.txt b/doc/input-api.txt index c0816eec..46de8387 100644 --- a/doc/input-api.txt +++ b/doc/input-api.txt @@ -9,7 +9,7 @@ Input hierarchy Service org.bluez Interface org.bluez.Input -Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX +Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX Methods void Connect() diff --git a/doc/network-api.txt b/doc/network-api.txt index 85171711..72958dff 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -9,7 +9,7 @@ Network hierarchy Service org.bluez Interface org.bluez.Network -Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX +Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX Methods string Connect(string uuid) diff --git a/doc/serial-api.txt b/doc/serial-api.txt index 21c4f220..ce933b64 100644 --- a/doc/serial-api.txt +++ b/doc/serial-api.txt @@ -9,7 +9,7 @@ Serial hierarchy Service org.bluez Interface org.bluez.Serial -Object path /{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX +Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX Methods string Connect(string uuid) -- cgit