diff options
| -rw-r--r-- | hcid/bluetooth.conf | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/hcid/bluetooth.conf b/hcid/bluetooth.conf index 94a1d74a..aa642a2a 100644 --- a/hcid/bluetooth.conf +++ b/hcid/bluetooth.conf @@ -23,6 +23,9 @@      <allow send_destination="org.bluez.Service"/>      <allow receive_sender="org.bluez.Service"/> +    <allow send_destination="org.bluez.Database"/> +    <allow receive_sender="org.bluez.Database"/> +      <allow send_destination="org.bluez.Security"/>      <allow receive_sender="org.bluez.Security"/>    </policy> | 
