The Bluetooth transport plug-in. More...
Classes | |
| class | BluetoothException |
| Indicates a failure in the Bluetooth plug-in. More... | |
| class | ConnectionInfo |
| Provides access to the details of a Bluetooth connection. More... | |
| class | EndpointInfo |
| Provides access to Bluetooth endpoint information. More... | |
| class | Plugin |
| Represents the IceBT plug-in object. More... | |
Typedefs | |
| using | ConnectionInfoPtr = std::shared_ptr<ConnectionInfo> |
| A shared pointer to a ConnectionInfo. | |
| using | DeviceMap = std::map<std::string, PropertyMap> |
| A collection of properties for each device. | |
| using | EndpointInfoPtr = std::shared_ptr<EndpointInfo> |
| A shared pointer to an EndpointInfo. | |
| using | PluginPtr = std::shared_ptr<Plugin> |
| A shared pointer to a Plugin. | |
| using | PropertyMap = std::map<std::string, std::string> |
| A name-value map. | |
Functions | |
| Ice::PluginFactory | btPluginFactory () |
| Returns the factory for the Bluetooth transport plug-in, IceBT. | |
The Bluetooth transport plug-in.