diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-10 22:59:38 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-10 22:59:38 +0000 |
commit | dfc491b9c8163a04eee68037b66786df597a6a7b (patch) | |
tree | 09432c796535adaec8ae0b3e9d6e95a617af8ec3 /hcid | |
parent | 85179de3e453c8bce9fd2186bf0422e3e3281556 (diff) |
Rename Device to Adapter
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/bluez-hcid.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hcid/bluez-hcid.conf b/hcid/bluez-hcid.conf index 72380aef..53b7ec32 100644 --- a/hcid/bluez-hcid.conf +++ b/hcid/bluez-hcid.conf @@ -12,10 +12,10 @@ </policy> <policy at_console="true"> - <allow send_destination="org.bluez.Device"/> - <allow receive_sender="org.bluez.Device"/> + <allow send_destination="org.bluez.Adapter"/> + <allow receive_sender="org.bluez.Adapter"/> - <allow send_path="/org/bluez/Device"/> + <allow send_path="/org/bluez/Adapter"/> <allow send_destination="org.bluez.Manager"/> <allow receive_sender="org.bluez.Manager"/> |