I am using bluez5.35 for my application development and while debugging come across that /org/bluez/hci1 provides only 8 interfaces.(org.bluez.Adapter1, CyclingSpeedManager1, HeartRateManager1, Media1, NetworkServer1, ThermometerManager1, DBus.Introspectable, DBus.properties).
I want to use few more interfaces (for example org.bluez.Network1) that are not associated with existing setup. Below is the snapshot of my set up (snapshot attached).
Please let me know, how can i add org.bluez.Network1 interface with /org/bluez/hci ? Is there any configuration file that i need to change ? or any other way to achieve this goal?