Providing build option to disable BLE server
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_le_adapter / linux / org.iotivity.gatt.service.conf.in
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3
4 <!-- D-Bus policy for the IoTivity Linux BLE transport. -->
5 <busconfig>
6   <policy context="default">
7     <allow own=@service_name@/>
8     <allow send_destination=@service_name@/>
9
10     <allow send_interface="org.freedesktop.DBus.ObjectManager"
11            send_type="method_call" send_member="GetManagedObjects"/>
12
13     <allow send_interface="org.bluez.GattService1"/>
14     <allow send_interface="org.bluez.GattCharacteristic1"/>
15     <allow send_interface="org.bluez.GattDescriptor1"/>
16
17     <allow send_interface="org.bluez.LEAdvertisement1"/>
18   </policy>
19 </busconfig>