Message ID | 20200819121048.BlueZ.v1.4.I0ebba5ae17d45060148f91000e6c622bcd0b30da@changeid (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | [BlueZ,v1,1/4] client: Implement basic interface of ADV monitor in bluetoothctl | expand |
diff --git a/src/bluetooth.conf b/src/bluetooth.conf index 8a1e25801..b6c614908 100644 --- a/src/bluetooth.conf +++ b/src/bluetooth.conf @@ -10,6 +10,7 @@ <policy user="root"> <allow own="org.bluez"/> <allow send_destination="org.bluez"/> + <allow send_interface="org.bluez.AdvertisementMonitor1"/> <allow send_interface="org.bluez.Agent1"/> <allow send_interface="org.bluez.MediaEndpoint1"/> <allow send_interface="org.bluez.MediaPlayer1"/>
AdvertisementMonitor must be included in bluetooth.conf in order to be able to call Release Signed-off-by: Howard Chung <howardchung@google.com> --- src/bluetooth.conf | 1 + 1 file changed, 1 insertion(+)