Represents the IceBT plug-in object. More...
#include <IceBT/IceBT.h>

| Public Member Functions | |
| virtual DeviceMap | getDevices () const =0 | 
| Retrieves a snapshot of all known remote devices. | |
| virtual void | startDiscovery (const std::string &address, std::function< void(const std::string &addr, const PropertyMap &props)> cb)=0 | 
| Starts Bluetooth device discovery on the adapter with the specified address. | |
| virtual void | stopDiscovery (const std::string &address)=0 | 
| Stops Bluetooth device discovery on the adapter with the specified address. | |
| Public Member Functions inherited from Ice::Plugin | |
| virtual void | destroy ()=0 | 
| Destroys this plugin. This function is called when the communicator is destroyed. | |
| virtual void | initialize ()=0 | 
| Performs any necessary initialization steps. | |