diff options
| -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"/> | 
