To be able to run this elevated command from Situations, you could install sudo and configure it to not prompt for a password when running dbus-send:
- Install Sudo: devel-su + Password ; pkcon install sudo
- Create a file “my-personal-settings” under
/etc/sudoers.d/ - Fill the file with following lines:
defaultuser ALL = (ALL) NOPASSWD: ALL
defaultuser ALL = NOPASSWD: /usr/bin/dbus-send
taken from: Potential Bluetooth Support in the Android App Support (AAS) - #155 by rdav