bluetooth: List available controllers using DBUS

This blog is the continuation of list controllers using HCI interface, to cover the same use case using DBUS interface provided by Bluez. We will be using the “GetManagedObjects” methid to get the list of Bluetooth controllers. Using GDBUS: View the code on Gist. Using GDBUS Proxy: View the code on Gist. If Bluetooth service is…