diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-06 05:17:37 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-06 05:17:37 +0200 |
commit | da22fe66ce12bc1a3524c4b7decdbe278a5344d8 (patch) | |
tree | 513aadd9a75c040d77cfe85343c93d017927fa31 /doc/audio-api.txt | |
parent | eccdd40cd715dce98b2948a3483b590b849e2d0d (diff) |
Mention the variable prefix of an object path
Diffstat (limited to 'doc/audio-api.txt')
-rw-r--r-- | doc/audio-api.txt | 4 |
1 files changed, 2 insertions, 2 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() |